Opened 15 years ago
Closed 15 years ago
#11 closed defect (fixed)
make install does not honour DESTDIR
Reported by: | matt@… | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | component1 | Version: | |
Keywords: | Cc: |
Description
When installing with a command such as
$ make install DESTDIR=/tmp/matt
Installation bombs out half way through with the following error
make[2]: Entering directory `/scratch/network/libtrace/libpacketdump' for plugin in link_0.so link_10.so link_11.so link_2.so link_4.so link_9.so eth_2048.so eth_2054.so ip_1.so ip_132.so ip_17.so ip_33.so ip_6.so; do install -D -m 755 $plugin /usr/local/lib/libpacketdump/$plugin; done install: cannot create directory `/usr/local/lib/libpacketdump': Permission denied install: cannot create directory `/usr/local/lib/libpacketdump': Permission denied
Change History (1)
comment:1 Changed 15 years ago by anonymous
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in version 721