Skip to content

Several errors by "make install"

David Verdin requested to merge github/fork/ikedas/6.2.18-build-errors into sympa-6.2

Created by: ikedas

  • Installing by unprivileged user fails with nonexisting "/bin/true". Some platforms have only "/usr/bin/true".

    • Fixed by not using true.
  • sympa_smtpc was installed in "/libexec" directory without prefix.

    • Instead, it will be installed in $bindir.
  • Did not create required spools and created spools that will be automatically created.

    • Fixed by creating only spools not always created automatically.
  • Created spools have world-readable mode (755).

    • Changed mode of created spools to 750.

Merge request reports