diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-11-01 19:47:06 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-11-01 19:47:06 +0000 |
commit | a1d59f7718a40af77dbaab09943d7c6d17609f13 (patch) | |
tree | 211c7266e264e3ec69def8411fe620bbd775f036 /app-arch | |
parent | New updated squid. Lots of changes from the old version here, almost (diff) | |
download | gentoo-2-a1d59f7718a40af77dbaab09943d7c6d17609f13.tar.gz gentoo-2-a1d59f7718a40af77dbaab09943d7c6d17609f13.tar.bz2 gentoo-2-a1d59f7718a40af77dbaab09943d7c6d17609f13.zip |
Fixed a small typo
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/unzip/unzip-5.42.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/unzip/unzip-5.42.ebuild b/app-arch/unzip/unzip-5.42.ebuild index 640aaa9a1176..4dbf76b054a6 100644 --- a/app-arch/unzip/unzip-5.42.ebuild +++ b/app-arch/unzip/unzip-5.42.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/unzip/unzip-5.42.ebuild,v 1.2 2001/08/02 20:10:36 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.42.ebuild,v 1.3 2001/11/01 19:47:06 achim Exp $ A=unzip542.tar.gz S=${WORKDIR}/${P} @@ -17,7 +17,7 @@ DEPEND="virtual/glibc" src_unpack() { unpack ${A} cd ${S} - patch -p0 < ${FILEDIR}/unzip-5.42.patch + patch -p0 < ${FILESDIR}/unzip-5.42.patch } |