PERFORCE change 99637 for review
pleblanc
pleblanc at FreeBSD.org
Mon Jun 19 20:41:29 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=99637
Change 99637 by pleblanc at pleblanc_p4 on 2006/06/19 20:39:16
Fix a check for installed SEBSD policy sources.
Affected files ...
.. //depot/projects/trustedbsd/sebsd/Makefile#19 edit
Differences ...
==== //depot/projects/trustedbsd/sebsd/Makefile#19 (text+ko) ====
@@ -311,7 +311,7 @@
.if exists(${.CURDIR}/contrib/sebsd)
@echo "Installing SEBSD policy"
-.if !exists(${DESTDIR}/etc/security/sebsd/targeted/policy)
+.if !exists(${DESTDIR}/etc/security/sebsd/targeted/src/policy)
(cd ${.CURDIR}/contrib/sebsd/refpolicy; gmake install-src)
.else
@echo "Existing SEBSD targeted policy sources found."
More information about the trustedbsd-cvs
mailing list