Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jan 2006 20:40:15 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 89927 for review
Message-ID:  <200601182040.k0IKeF5E087760@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=89927

Change 89927 by millert@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601182040.k0IKeF5E087760>