diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 23:06:17 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 23:06:17 +0000 |
commit | f72a5234851339daf7d9b946d74e52d50429701c (patch) | |
tree | 8e2b29ca492d37fe8e295e6dc509da4044a47b3a /app-text/pinfo/pinfo-0.6.7.ebuild | |
parent | Stable on x86. (Manifest recommit) (diff) | |
download | gentoo-2-f72a5234851339daf7d9b946d74e52d50429701c.tar.gz gentoo-2-f72a5234851339daf7d9b946d74e52d50429701c.tar.bz2 gentoo-2-f72a5234851339daf7d9b946d74e52d50429701c.zip |
Add die following econf for bug 48950
Diffstat (limited to 'app-text/pinfo/pinfo-0.6.7.ebuild')
-rw-r--r-- | app-text/pinfo/pinfo-0.6.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/pinfo/pinfo-0.6.7.ebuild b/app-text/pinfo/pinfo-0.6.7.ebuild index b330ee6848b1..22ba5c0b5e99 100644 --- a/app-text/pinfo/pinfo-0.6.7.ebuild +++ b/app-text/pinfo/pinfo-0.6.7.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-text/pinfo/pinfo-0.6.7.ebuild,v 1.5 2004/03/12 09:18:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.7.ebuild,v 1.6 2004/04/25 23:06:17 agriffis Exp $ MY_P=${PN}-${PV/_/} S=${WORKDIR}/${MY_P} @@ -28,7 +28,7 @@ src_compile() { && myconf="${myconf} --enable-nls" \ || myconf="${myconf} --disable-nls" - econf ${myconf} + econf ${myconf} || die "econf failed" emake || die } |