diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-10-23 11:27:17 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-10-23 11:27:17 +0000 |
commit | 4104055986030bf8c02d6db5b21e06b9246746b2 (patch) | |
tree | 3a624f62812341e35581b3ec937f197bf86bcb8e /app-arch/rpm | |
parent | dependency code first commit (diff) | |
download | gentoo-2-4104055986030bf8c02d6db5b21e06b9246746b2.tar.gz gentoo-2-4104055986030bf8c02d6db5b21e06b9246746b2.tar.bz2 gentoo-2-4104055986030bf8c02d6db5b21e06b9246746b2.zip |
*** empty log message ***
Diffstat (limited to 'app-arch/rpm')
-rw-r--r-- | app-arch/rpm/rpm-3.0.5.ebuild | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/app-arch/rpm/rpm-3.0.5.ebuild b/app-arch/rpm/rpm-3.0.5.ebuild index 30a88454d0b5..733260001ed6 100644 --- a/app-arch/rpm/rpm-3.0.5.ebuild +++ b/app-arch/rpm/rpm-3.0.5.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-3.0.5.ebuild,v 1.3 2000/09/15 20:08:45 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-3.0.5.ebuild,v 1.4 2000/10/23 11:27:12 achim Exp $ P=rpm-3.0.5 A="${P}.tar.gz" @@ -21,16 +21,6 @@ src_install() { try make DESTDIR=${D} install mv ${D}/bin/rpm ${D}/usr/bin rm -rf ${D}/bin - if [ -z "$DBUG" ] - then - strip ${D}/usr/bin/* - # strip --strip-unneeded ${D}/usr/lib/*.so* - fi - prepman - for i in ja pl ru - do - gzip -9 ${D}/usr/man/$i/man8/*.8 - done cd ${S} dodoc CHANGES COPYING CREDITS GROUPS README* RPM* TODO } |