diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2007-03-30 13:29:49 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2007-03-30 13:29:49 +0000 |
commit | 97dc31ed5b4a6ab02cb6d3dfa71917b2a3f78eb3 (patch) | |
tree | 424b1357cb51caefd3b9a16492ba5092f083ac42 /sec-policy/selinux-base-policy/selinux-base-policy-20070329.ebuild | |
parent | Stable on sparc wrt #172722 (diff) | |
download | gentoo-2-97dc31ed5b4a6ab02cb6d3dfa71917b2a3f78eb3.tar.gz gentoo-2-97dc31ed5b4a6ab02cb6d3dfa71917b2a3f78eb3.tar.bz2 gentoo-2-97dc31ed5b4a6ab02cb6d3dfa71917b2a3f78eb3.zip |
add compile fix for selinux base policy
(Portage version: 2.1.2.3)
Diffstat (limited to 'sec-policy/selinux-base-policy/selinux-base-policy-20070329.ebuild')
-rw-r--r-- | sec-policy/selinux-base-policy/selinux-base-policy-20070329.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sec-policy/selinux-base-policy/selinux-base-policy-20070329.ebuild b/sec-policy/selinux-base-policy/selinux-base-policy-20070329.ebuild index 2e212327d399..3a754916f03a 100644 --- a/sec-policy/selinux-base-policy/selinux-base-policy-20070329.ebuild +++ b/sec-policy/selinux-base-policy/selinux-base-policy-20070329.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-20070329.ebuild,v 1.1 2007/03/29 23:37:50 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-20070329.ebuild,v 1.2 2007/03/30 13:29:49 pebenito Exp $ IUSE="" @@ -27,6 +27,9 @@ src_unpack() { unpack ${A} + cd ${S}/refpolicy + epatch ${FILESDIR}/${PN}-${PV}.diff + for i in ${POLICY_TYPES}; do mkdir -p ${S}/${i}/policy cp ${FILESDIR}/modules.conf.${i} ${S}/${i}/policy/modules.conf |