Summary

chicken-install generates install scripts with "install -m 644" hardcoded

Metadata

Description

This breaks on Solaris (and possibly other platforms). We should be using `INSTALL_PROGRAM` and `INSTALL_PROGRAM_SHARED_LIBRARY_OPTIONS` and so on from the Make script.

Changes and comments

[2018-10-29 00:31:32 UTC] evhan changed status from new to closed

[2018-10-29 00:31:32 UTC] evhan set resolution to fixed

[2018-10-29 00:31:32 UTC] evhan wrote:

Fixed by 2a3f46e5.