Summary
chicken-install generates install scripts with "install -m 644" hardcoded
Metadata
- Id: 463de4c6464033760f6f92323f43b193ed4e1600
- Trac id: 1552
- Type: defect
- Reporter: sjamaan
- Owner:
- Cc:
- Status: closed
- Component: build system
- Estimated difficulty: easy
- Resolution: fixed
- Priority: major
- Milestone: 5.0
- Version: 5.0.0rc3
- Changetime: 2018-10-29 00:31:32 UTC
- Created: 2018-10-16 10:59:54 UTC
- Keywords: installation, chicken-install
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.