diff options
author | 2003-10-21 18:53:42 +0000 | |
---|---|---|
committer | 2003-10-21 18:53:42 +0000 | |
commit | 20a28994ba0af85973e12f72096faf6d40c87d9d (patch) | |
tree | 53ba2cb0ae24a0f80b4f68911ccce4bda3409238 /app-arch | |
parent | Version bumped. (diff) | |
download | historical-20a28994ba0af85973e12f72096faf6d40c87d9d.tar.gz historical-20a28994ba0af85973e12f72096faf6d40c87d9d.tar.bz2 historical-20a28994ba0af85973e12f72096faf6d40c87d9d.zip |
Opps
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/rpm/rpm-4.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/rpm/rpm-4.2.1.ebuild b/app-arch/rpm/rpm-4.2.1.ebuild index 70e85ee24ad2..3b4769572381 100644 --- a/app-arch/rpm/rpm-4.2.1.ebuild +++ b/app-arch/rpm/rpm-4.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.2.1.ebuild,v 1.1 2003/10/21 17:33:18 cretin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.2.1.ebuild,v 1.2 2003/10/21 18:53:42 cretin Exp $ inherit flag-o-matic libtool eutils @@ -57,7 +57,7 @@ src_install() { rm -f ${D}/usr/lib/libpopt* rm -f ${D}/usr/include/popt.h use nls && rm -f ${D}/usr/share/locale/*/LC_MESSAGES/popt.mo - rm -f /usr/share/man/man3/popt* + rm -f ${D}/usr/share/man/man3/popt* keepdir /var/lib/rpm keepdir /usr/src/pc/{SRPMS,SPECS,SOURCES,RPMS,BUILD} |