diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 22:05:10 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 22:05:10 +0000 |
commit | d75a668ac090cb0414a8fd34bd324782a4e98afe (patch) | |
tree | 4863654fb4fed9ecb9d46403af4ee8114a9ad772 /app-editors/ted/ted-2.11.ebuild | |
parent | add inherit eutils (diff) | |
download | historical-d75a668ac090cb0414a8fd34bd324782a4e98afe.tar.gz historical-d75a668ac090cb0414a8fd34bd324782a4e98afe.tar.bz2 historical-d75a668ac090cb0414a8fd34bd324782a4e98afe.zip |
Add die following econf for bug 48950
Diffstat (limited to 'app-editors/ted/ted-2.11.ebuild')
-rw-r--r-- | app-editors/ted/ted-2.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/ted/ted-2.11.ebuild b/app-editors/ted/ted-2.11.ebuild index 15778106797b..4aea69ba3fb8 100644 --- a/app-editors/ted/ted-2.11.ebuild +++ b/app-editors/ted/ted-2.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ted-2.11.ebuild,v 1.14 2004/01/11 14:02:53 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ted-2.11.ebuild,v 1.15 2004/04/25 22:05:10 agriffis Exp $ DESCRIPTION="X-based rich text editor" HOMEPAGE="http://www.nllgg.nl/Ted" @@ -27,7 +27,7 @@ src_unpack() { src_compile() { for dir in Ted tedPackage appFrame appUtil ind bitmap libreg; do cd ${S}/${dir} - econf --cache-file=../config.cache + econf --cache-file=../config.cache || die "econf failed" done # The makefile doesn't really allow parallel make, but it does |