summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-apps/policycoreutils/ChangeLog6
-rw-r--r--sys-apps/policycoreutils/policycoreutils-1.34.11.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/policycoreutils/ChangeLog b/sys-apps/policycoreutils/ChangeLog
index 617972e6711f..caa563f8ce37 100644
--- a/sys-apps/policycoreutils/ChangeLog
+++ b/sys-apps/policycoreutils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/policycoreutils
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.65 2007/10/18 19:47:49 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.66 2007/10/19 14:57:32 pebenito Exp $
+
+ 19 Oct 2007; Chris PeBenito <pebenito@gentoo.org>
+ policycoreutils-1.34.11.ebuild:
+ Fix quoting in unpack.
*policycoreutils-1.34.11 (18 Oct 2007)
diff --git a/sys-apps/policycoreutils/policycoreutils-1.34.11.ebuild b/sys-apps/policycoreutils/policycoreutils-1.34.11.ebuild
index bd60d2c9112b..d23ca1067ba4 100644
--- a/sys-apps/policycoreutils/policycoreutils-1.34.11.ebuild
+++ b/sys-apps/policycoreutils/policycoreutils-1.34.11.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/sys-apps/policycoreutils/policycoreutils-1.34.11.ebuild,v 1.1 2007/10/18 19:47:49 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-1.34.11.ebuild,v 1.2 2007/10/19 14:57:32 pebenito Exp $
IUSE="nls"
@@ -31,7 +31,7 @@ DEPEND="${RDEPEND}
S2=${WORKDIR}/policycoreutils-extra
src_unpack() {
- unpack "${A}"
+ unpack ${A}
cd "${S}"
[ ! -z "${BUGFIX_PATCH}" ] && epatch "${BUGFIX_PATCH}"