diff options
Diffstat (limited to 'app-text/ispell/ispell-3.1.20-r1.ebuild')
-rw-r--r-- | app-text/ispell/ispell-3.1.20-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/ispell/ispell-3.1.20-r1.ebuild b/app-text/ispell/ispell-3.1.20-r1.ebuild index 970ad3b6779a..bdaa08a044d2 100644 --- a/app-text/ispell/ispell-3.1.20-r1.ebuild +++ b/app-text/ispell/ispell-3.1.20-r1.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-text/ispell/ispell-3.1.20-r1.ebuild,v 1.1 2001/03/06 06:20:41 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.1.20-r1.ebuild,v 1.2 2001/03/20 05:47:31 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${PN}-3.1 @@ -13,7 +13,7 @@ src_unpack() { unpack ${A} cd ${S} - gzip -dc ${FILESDIR}/${P}.diff.gz | patch -p1 + patch -p1 < ${FILESDIR}/${P}.diff } |