diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 15:30:48 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 15:30:48 +0000 |
commit | 06668d04703119950bc3f3d8b48835258969c47b (patch) | |
tree | 69a5c93970ab1f52c16ce18af4c1a2ed999bd25b /app-arch/cabextract/cabextract-0.5.ebuild | |
parent | Update amd64 patch for bug 45378. Thanks to Duncan Hill and Nigel Hannam for ... (diff) | |
download | gentoo-2-06668d04703119950bc3f3d8b48835258969c47b.tar.gz gentoo-2-06668d04703119950bc3f3d8b48835258969c47b.tar.bz2 gentoo-2-06668d04703119950bc3f3d8b48835258969c47b.zip |
Add die following econf for bug 48950
Diffstat (limited to 'app-arch/cabextract/cabextract-0.5.ebuild')
-rw-r--r-- | app-arch/cabextract/cabextract-0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/cabextract/cabextract-0.5.ebuild b/app-arch/cabextract/cabextract-0.5.ebuild index fb1f6aef8332..e2549e13e3fe 100644 --- a/app-arch/cabextract/cabextract-0.5.ebuild +++ b/app-arch/cabextract/cabextract-0.5.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-arch/cabextract/cabextract-0.5.ebuild,v 1.17 2004/02/22 05:47:46 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/cabextract/cabextract-0.5.ebuild,v 1.18 2004/04/26 15:27:08 agriffis Exp $ DESCRIPTION="Extracts files from Microsoft .cab files" SRC_URI="http://www.kyz.uklinux.net/downloads/${P}.tar.gz" @@ -13,7 +13,7 @@ KEYWORDS="x86 ppc sparc alpha" DEPEND="virtual/glibc" src_compile() { - econf + econf || die "econf failed" emake || die } |