diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-09-26 21:07:41 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-09-26 21:07:41 +0000 |
commit | c71546b5be78a857779284e748d4c43cd302cab1 (patch) | |
tree | 2b57bcacf04f33a064e1c2816843020ba0efeca0 /app-arch/zoo/zoo-2.10.ebuild | |
parent | fix deps (diff) | |
download | gentoo-2-c71546b5be78a857779284e748d4c43cd302cab1.tar.gz gentoo-2-c71546b5be78a857779284e748d4c43cd302cab1.tar.bz2 gentoo-2-c71546b5be78a857779284e748d4c43cd302cab1.zip |
epatch and sed updates, changelog fixes
Diffstat (limited to 'app-arch/zoo/zoo-2.10.ebuild')
-rw-r--r-- | app-arch/zoo/zoo-2.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/zoo/zoo-2.10.ebuild b/app-arch/zoo/zoo-2.10.ebuild index 541c5152cf08..e068789f3059 100644 --- a/app-arch/zoo/zoo-2.10.ebuild +++ b/app-arch/zoo/zoo-2.10.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/zoo/zoo-2.10.ebuild,v 1.10 2003/09/05 22:49:03 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/zoo/zoo-2.10.ebuild,v 1.11 2003/09/26 21:07:35 aliz Exp $ DESCRIPTION="Manipulate archives of files in compressed form." SRC_URI="ftp://ftp.kiarchive.ru/pub/unix/arcers/${P}pl1.tar.gz" @@ -13,7 +13,7 @@ S=${WORKDIR} src_unpack() { unpack ${P}pl1.tar.gz - patch -p1 < ${FILESDIR}/${P}pl1.patch + epatch ${FILESDIR}/${P}pl1.patch } src_compile() { |