Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 May 2004 08:13:45 -0700 (PDT)
From:      Chris Vance <cvance@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 52226 for review
Message-ID:  <200405041513.i44FDjwG097094@repoman.freebsd.org>

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

Change 52226 by cvance@cvance_g5 on 2004/05/04 08:13:07

	Install the policy sources as well as the binary version

Affected files ...

.. //depot/projects/trustedbsd/sedarwin73/policy/Makefile#5 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin73/policy/Makefile#5 (text+ko) ====

@@ -34,5 +34,6 @@
 install:
 	$(INSTALL) -o ${BINOWN} -g ${BINGRP} -m 644 ${POLICY} ${POLICYDIR}
 	$(INSTALL) -o ${BINOWN} -g ${BINGRP} -m 700 ${SCRIPTS} ${DESTDIR}/private/etc/
+	(cd $(.CURDIR)/..; tar -cf - policy) | (cd $(DESTDIR)/private/etc/sedarwin/; tar -xf -)
 
 .include <bsd.prog.mk>



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