diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-06-22 16:31:23 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-06-22 16:31:23 +0000 |
commit | a9fe3ed7ed61028ab0cfc8f94fd7022f73f3efc6 (patch) | |
tree | 72517d8f03c788fc722e2d46d2a7bcc466d587be /eclass | |
parent | used agriffis' way of extracting rpms without gzipping at the end (diff) | |
download | gentoo-2-a9fe3ed7ed61028ab0cfc8f94fd7022f73f3efc6.tar.gz gentoo-2-a9fe3ed7ed61028ab0cfc8f94fd7022f73f3efc6.tar.bz2 gentoo-2-a9fe3ed7ed61028ab0cfc8f94fd7022f73f3efc6.zip |
fix comments
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/rpm.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/rpm.eclass b/eclass/rpm.eclass index 0be061c9f1ad..995ec985307c 100644 --- a/eclass/rpm.eclass +++ b/eclass/rpm.eclass @@ -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/eclass/rpm.eclass,v 1.5 2003/06/22 16:29:32 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/rpm.eclass,v 1.6 2003/06/22 16:31:23 liquidx Exp $ # Author : Alastair Tse <liquidx@gentoo.org> (21 Jun 2003) # @@ -35,6 +35,7 @@ USE_RPMOFFSET_ONLY=${USE_RPMOFFSET_ONLY-""} newdepend "app-arch/rpm2targz" +# extracts the contents of the RPM in ${WORKDIR} rpm_unpack() { local rpmfile rpmfile=$1 @@ -65,7 +66,6 @@ rpm_src_unpack() { echo ">>> Unpacking ${x}" prefix=${x%.rpm} cd ${WORKDIR} - # convert rpm to tar.gz and then extract rpm_unpack ${DISTDIR}/${x} || die "${myfail}" # find all tar.gz files and extract for srpms |