summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-02 04:49:12 +0000
committerMike Frysinger <vapier@gentoo.org>2005-04-02 04:49:12 +0000
commit2a79643cbe638eb6a204963a3d88b76029851fae (patch)
tree08f4e0ee6285e119c07cdb125e993dfb44f9662d /sys-apps/coreutils/coreutils-5.2.1-r6.ebuild
parentstable on mips (diff)
downloadgentoo-2-2a79643cbe638eb6a204963a3d88b76029851fae.tar.gz
gentoo-2-2a79643cbe638eb6a204963a3d88b76029851fae.tar.bz2
gentoo-2-2a79643cbe638eb6a204963a3d88b76029851fae.zip
unify the two progress bar patches
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-apps/coreutils/coreutils-5.2.1-r6.ebuild')
-rw-r--r--sys-apps/coreutils/coreutils-5.2.1-r6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild b/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild
index 23ca491447ef..c974bde09cdb 100644
--- a/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild
+++ b/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild,v 1.1 2005/04/02 04:31:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild,v 1.2 2005/04/02 04:49:12 vapier Exp $
inherit eutils flag-o-matic
@@ -42,7 +42,7 @@ src_unpack() {
# Apply the ACL patches.
# WARNING: These CONFLICT with the SELINUX patches
if use acl ; then
- mv ${PATCHDIR}/generic/00{1,2,4}* ${PATCHDIR}/excluded
+ mv ${PATCHDIR}/generic/00{2,4}* ${PATCHDIR}/excluded
mv ${PATCHDIR}/selinux/001_all_coreutils-noacl* ${PATCHDIR}/excluded
EPATCH_SUFFIX="patch" epatch ${PATCHDIR}/acl
else