diff options
author | 2004-04-26 12:51:37 +0000 | |
---|---|---|
committer | 2004-04-26 12:51:37 +0000 | |
commit | 01fe7ba997b0512f11d0eb79530647a25709754a (patch) | |
tree | 71a9caf24e4d48aafefd11bab7181716cb361cef /net-p2p/mutella/mutella-0.4.3.ebuild | |
parent | Changed sed to use ${D} (diff) | |
download | historical-01fe7ba997b0512f11d0eb79530647a25709754a.tar.gz historical-01fe7ba997b0512f11d0eb79530647a25709754a.tar.bz2 historical-01fe7ba997b0512f11d0eb79530647a25709754a.zip |
Add die following econf for bug 48950
Diffstat (limited to 'net-p2p/mutella/mutella-0.4.3.ebuild')
-rw-r--r-- | net-p2p/mutella/mutella-0.4.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/mutella/mutella-0.4.3.ebuild b/net-p2p/mutella/mutella-0.4.3.ebuild index 8dd4631130bb..5b8c99981cc8 100644 --- a/net-p2p/mutella/mutella-0.4.3.ebuild +++ b/net-p2p/mutella/mutella-0.4.3.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/net-p2p/mutella/mutella-0.4.3.ebuild,v 1.5 2004/04/01 00:48:06 jhuebel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/mutella/mutella-0.4.3.ebuild,v 1.6 2004/04/26 12:51:02 agriffis Exp $ DESCRIPTION="Text-mode gnutella client" SRC_URI="mirror://sourceforge/mutella/${P}.tar.gz" @@ -18,7 +18,7 @@ src_unpack() { } src_compile() { - econf + econf || die "econf failed" emake || die } |