diff options
Diffstat (limited to 'app-text/ispell/ispell-3.2.06-r1.ebuild')
-rw-r--r-- | app-text/ispell/ispell-3.2.06-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/ispell/ispell-3.2.06-r1.ebuild b/app-text/ispell/ispell-3.2.06-r1.ebuild index 73610316ba88..e730b5e88cea 100644 --- a/app-text/ispell/ispell-3.2.06-r1.ebuild +++ b/app-text/ispell/ispell-3.2.06-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 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.2.06-r1.ebuild,v 1.2 2002/04/04 15:52:53 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.2.06-r1.ebuild,v 1.3 2002/04/28 03:59:29 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Ispell is a fast screen-oriented spelling checker" @@ -17,7 +17,7 @@ src_compile() { #Also allows user to edit local.h.gentoo for language preference cp ${FILESDIR}/local.h.gentoo ${S}/local.h - make all || die "Compile failed" + make || die } src_install() { |