Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jun 2006 20:39:50 GMT
From:      pleblanc <pleblanc@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 99637 for review
Message-ID:  <200606192039.k5JKdoem006854@repoman.freebsd.org>

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

Change 99637 by pleblanc@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."



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