PERFORCE change 89927 for review
Todd Miller
millert at FreeBSD.org
Wed Jan 18 12:40:17 PST 2006
http://perforce.freebsd.org/chv.cgi?CH=89927
Change 89927 by millert at millert_ibook on 2006/01/18 20:39:42
Set DSTROOT when installing pam_sedarwin
Affected files ...
.. //depot/projects/trustedbsd/sedarwin7/src/Makefile#7 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin7/src/Makefile#7 (text+ko) ====
@@ -14,7 +14,7 @@
cd darwin && make install
for i in $(INSTALL_MODULES); do cd $$i && make install && cd ..; done
cd darwin/osx_cmds && make install
- gnumake -C darwin/pam_modules/pam_sedarwin install
+ gnumake -C darwin/pam_modules/pam_sedarwin DSTROOT=$(DESTDIR) install
package:
cd release && make package
More information about the p4-projects
mailing list