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 | 8cc5ad5433c0056275f821257d9c2ebc0892de7a (patch) | |
tree | ba460daaa9a8a1648b600678fc1fd1f9b6f7ef01 /app-editors/ted/ted-2.11.ebuild | |
parent | add inherit eutils (diff) | |
download | gentoo-2-8cc5ad5433c0056275f821257d9c2ebc0892de7a.tar.gz gentoo-2-8cc5ad5433c0056275f821257d9c2ebc0892de7a.tar.bz2 gentoo-2-8cc5ad5433c0056275f821257d9c2ebc0892de7a.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 |