summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris PeBenito <pebenito@gentoo.org>2008-10-03 03:37:23 +0000
committerChris PeBenito <pebenito@gentoo.org>2008-10-03 03:37:23 +0000
commitf2f8ff099e670fa829842cbb4da472570261f8a8 (patch)
tree59777f7f6f673686175f4411c8e9ff8d3b32b5c0
parentInitial commit of checkpolicy 2.0. (diff)
downloadgentoo-2-f2f8ff099e670fa829842cbb4da472570261f8a8.tar.gz
gentoo-2-f2f8ff099e670fa829842cbb4da472570261f8a8.tar.bz2
gentoo-2-f2f8ff099e670fa829842cbb4da472570261f8a8.zip
fix checkpolicy repoman complaints.
(Portage version: 2.2_rc11/cvs/Linux 2.6.24-gentoo-r3 x86_64)
-rw-r--r--sys-apps/checkpolicy/checkpolicy-2.0.16.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys-apps/checkpolicy/checkpolicy-2.0.16.ebuild b/sys-apps/checkpolicy/checkpolicy-2.0.16.ebuild
index b120d7cde73f..2c3b779bc0f5 100644
--- a/sys-apps/checkpolicy/checkpolicy-2.0.16.ebuild
+++ b/sys-apps/checkpolicy/checkpolicy-2.0.16.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.0.16.ebuild,v 1.1 2008/10/03 03:31:56 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.0.16.ebuild,v 1.2 2008/10/03 03:37:23 pebenito Exp $
IUSE="debug"
@@ -25,13 +25,11 @@ RDEPEND="=sys-libs/libsemanage-${SEMNG_VER}*"
src_unpack() {
unpack ${A}
- cd ${S}
[ ! -z "${BUGFIX_PATCH}" ] && epatch "${BUGFIX_PATCH}"
}
src_compile() {
- cd ${S}
emake YACC="bison -y" || die
}
@@ -39,7 +37,8 @@ src_install() {
make DESTDIR="${D}" install
if useq debug; then
- dobin ${S}/test/{dismod,dispol}
+ dobin "${S}/test/dismod"
+ dobin "${S}/test/dispol"
fi
}