PERFORCE change 89927 for review

Todd Miller millert at FreeBSD.org
Wed Jan 18 20:40:15 GMT 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
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list