diff options
author | Stefan Jones <cretin@gentoo.org> | 2003-10-21 18:53:42 +0000 |
---|---|---|
committer | Stefan Jones <cretin@gentoo.org> | 2003-10-21 18:53:42 +0000 |
commit | c503f11c380f534aa424f6fb0181ec5b0088c161 (patch) | |
tree | a02338ef8920a1a88487bbfff46649684828ed21 /app-arch/rpm | |
parent | Version bumped. (diff) | |
download | gentoo-2-c503f11c380f534aa424f6fb0181ec5b0088c161.tar.gz gentoo-2-c503f11c380f534aa424f6fb0181ec5b0088c161.tar.bz2 gentoo-2-c503f11c380f534aa424f6fb0181ec5b0088c161.zip |
Opps
Diffstat (limited to 'app-arch/rpm')
-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} |