Opened 5 years ago

Closed 5 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.

Change History (1)

comment:1 Changed 5 years ago by evhan

Resolution: fixed
Status: newclosed

Fixed by 2a3f46e5.

Note: See TracTickets for help on using tickets.