Opened 13 years ago
Closed 11 years ago
#1644 closed defect (fixed)
OS X: Files are installed outside of --prefix
Reported by: | Sharpie | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 6.4.4 |
Component: | Installation | Version: | svn-releasebranch64 |
Keywords: | Cc: | ||
CPU: | Unspecified | Platform: | MacOSX |
Description
Building GRASS 6.4.2. When running make install
GRASS always tries to place a symlink in /Library/Documentation/Help
which is owned by root.
This completely hoses non-privileged local installs.
Suggestion:
- Remove lines 307 and 308 from the top level Makefile---or at least make this action conditional on a configuration option.
Change History (5)
comment:1 by , 12 years ago
Platform: | Unspecified → MacOSX |
---|---|
Priority: | normal → major |
comment:2 by , 12 years ago
comment:4 by , 11 years ago
Milestone: | 6.4.3 → 6.4.4 |
---|---|
Version: | 6.4.2 → svn-releasebranch64 |
MacOSX devs, please check this one.
comment:5 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The hardcoded path in http://trac.osgeo.org/grass/browser/grass/branches/releasebranch_6_4/Makefile#L308 should likely be changed.