Opened 7 years ago
Closed 7 years ago
#1552 closed defect (fixed)
chicken-install generates install scripts with "install -m 644" hardcoded
| Reported by: | sjamaan | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 5.0 |
| Component: | build system | Version: | 5.0.0rc3 |
| Keywords: | installation, chicken-install | Cc: | |
| Estimated difficulty: | easy |
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.
Note: See
TracTickets for help on using
tickets.

Fixed by 2a3f46e5.