diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 16:25:27 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 16:25:27 +0000 |
commit | 9f2cdb7f85e1af4258b0d20f4d4064080c014101 (patch) | |
tree | 1073a7a9c2273ba667a6baee771ca824250b51fc /app-shells/tcsh/tcsh-6.12-r3.ebuild | |
parent | Version bump, changed license. (Manifest recommit) (diff) | |
download | gentoo-2-9f2cdb7f85e1af4258b0d20f4d4064080c014101.tar.gz gentoo-2-9f2cdb7f85e1af4258b0d20f4d4064080c014101.tar.bz2 gentoo-2-9f2cdb7f85e1af4258b0d20f4d4064080c014101.zip |
Add die following econf for bug 48950
Diffstat (limited to 'app-shells/tcsh/tcsh-6.12-r3.ebuild')
-rw-r--r-- | app-shells/tcsh/tcsh-6.12-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/tcsh/tcsh-6.12-r3.ebuild b/app-shells/tcsh/tcsh-6.12-r3.ebuild index 13762e7924ab..f2b2e7ca76b8 100644 --- a/app-shells/tcsh/tcsh-6.12-r3.ebuild +++ b/app-shells/tcsh/tcsh-6.12-r3.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-shells/tcsh/tcsh-6.12-r3.ebuild,v 1.2 2004/03/14 13:27:41 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.12-r3.ebuild,v 1.3 2004/04/26 16:21:21 agriffis Exp $ MY_P="${PN}-${PV}.00" DESCRIPTION="Enhanced version of the Berkeley C shell (csh)" @@ -29,7 +29,7 @@ src_unpack() { } src_compile() { - econf --prefix=/ + econf --prefix=/ || die "econf failed" emake || die "compile problem" } |