summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 12:47:43 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 12:47:43 +0000
commit7e1c668438150f6e3ecfc3129a430fb26059c8f3 (patch)
tree99d72cc1556af8aac2b3cf059148867e7f2e84fa /net-misc/trickle/trickle-1.06.ebuild
parentFixed extra S= definition (diff)
downloadgentoo-2-7e1c668438150f6e3ecfc3129a430fb26059c8f3.tar.gz
gentoo-2-7e1c668438150f6e3ecfc3129a430fb26059c8f3.tar.bz2
gentoo-2-7e1c668438150f6e3ecfc3129a430fb26059c8f3.zip
Add die following econf for bug 48950
Diffstat (limited to 'net-misc/trickle/trickle-1.06.ebuild')
-rw-r--r--net-misc/trickle/trickle-1.06.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/trickle/trickle-1.06.ebuild b/net-misc/trickle/trickle-1.06.ebuild
index 7d950caee8b1..0bdd8f729dbc 100644
--- a/net-misc/trickle/trickle-1.06.ebuild
+++ b/net-misc/trickle/trickle-1.06.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/trickle/trickle-1.06.ebuild,v 1.1 2003/08/06 19:08:04 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/trickle/trickle-1.06.ebuild,v 1.2 2004/04/26 12:44:43 agriffis Exp $
DESCRIPTION="a portable lightweight userspace bandwidth shaper"
SRC_URI="http://www.monkey.org/~marius/${PN}/${P}.tar.gz"
@@ -17,7 +17,7 @@ DEPEND="virtual/glibc
RDEPEND="virtual/glibc"
src_compile() {
- econf
+ econf || die "econf failed"
make PREFIX=/usr || die
}