summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-10 00:41:48 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-10 00:41:48 +0000
commit9f828aa43e95a2d6412b5feccb9213147a302879 (patch)
tree41711bfb070c8e6475940d3c182bb92cb3a9d450 /sys-apps/acl
parenttweak docdir (Manifest recommit) (diff)
downloadgentoo-2-9f828aa43e95a2d6412b5feccb9213147a302879.tar.gz
gentoo-2-9f828aa43e95a2d6412b5feccb9213147a302879.tar.bz2
gentoo-2-9f828aa43e95a2d6412b5feccb9213147a302879.zip
sed in the right order
Diffstat (limited to 'sys-apps/acl')
-rw-r--r--sys-apps/acl/acl-2.2.27.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/acl/acl-2.2.27.ebuild b/sys-apps/acl/acl-2.2.27.ebuild
index 9189ce5979ff..f283b1009b49 100644
--- a/sys-apps/acl/acl-2.2.27.ebuild
+++ b/sys-apps/acl/acl-2.2.27.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.27.ebuild,v 1.2 2004/10/10 00:27:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.27.ebuild,v 1.3 2004/10/10 00:41:48 vapier Exp $
inherit eutils
@@ -22,8 +22,8 @@ src_unpack() {
unpack ${A}
cd ${S}
sed -i \
- -e '/^PKG_[[:upper:]]*_DIR/s:= := $(DESTDIR):' \
-e "/^PKG_DOC_DIR/s:=.*:= /usr/share/doc/${PF}:" \
+ -e '/^PKG_[[:upper:]]*_DIR/s:= := $(DESTDIR):' \
include/builddefs.in \
|| die "failed to update builddefs"
}