diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-03 13:51:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-03 13:51:04 +0000 |
commit | 0d77b07694eb622320217516d55ae4dd72c7e11a (patch) | |
tree | c7d15bf74bdba7abecac9b6dd8e7b60e3370206e /app-arch/gzip | |
parent | stable on amd64 and x86 (diff) | |
download | gentoo-2-0d77b07694eb622320217516d55ae4dd72c7e11a.tar.gz gentoo-2-0d77b07694eb622320217516d55ae4dd72c7e11a.tar.bz2 gentoo-2-0d77b07694eb622320217516d55ae4dd72c7e11a.zip |
unpack the right file #91299
(Portage version: 2.0.51.21)
Diffstat (limited to 'app-arch/gzip')
-rw-r--r-- | app-arch/gzip/gzip-1.3.5-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/gzip/gzip-1.3.5-r5.ebuild b/app-arch/gzip/gzip-1.3.5-r5.ebuild index a67fa5ec5f66..685fb50d8e3b 100644 --- a/app-arch/gzip/gzip-1.3.5-r5.ebuild +++ b/app-arch/gzip/gzip-1.3.5-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.3.5-r5.ebuild,v 1.2 2005/05/03 01:49:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.3.5-r5.ebuild,v 1.3 2005/05/03 13:51:04 vapier Exp $ inherit eutils flag-o-matic @@ -20,7 +20,7 @@ DEPEND="${RDEPEND} PROVIDE="virtual/gzip" src_unpack() { - unpack gzip_${PV}.orig.tar.gz + unpack ${P}.tar.gz cd ${S} epatch ${DISTDIR}/${P}-deb.patch.bz2 epatch ${FILESDIR}/gzip-1.3.5-znew-tempfile-2.patch |