diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-11-22 17:09:31 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-11-22 17:09:31 +0000 |
commit | c63d83b0da3eb3d2e90d18a45a1b9c6b28cbf6f8 (patch) | |
tree | efe22dd8278659fdbff288fdfe8feb1b9f1e2215 /net-analyzer/nettop/nettop-0.2.3.ebuild | |
parent | Fixed SRC_URI as requested in bug #71908 (diff) | |
download | historical-c63d83b0da3eb3d2e90d18a45a1b9c6b28cbf6f8.tar.gz historical-c63d83b0da3eb3d2e90d18a45a1b9c6b28cbf6f8.tar.bz2 historical-c63d83b0da3eb3d2e90d18a45a1b9c6b28cbf6f8.zip |
die if emake fails.
Diffstat (limited to 'net-analyzer/nettop/nettop-0.2.3.ebuild')
-rw-r--r-- | net-analyzer/nettop/nettop-0.2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/nettop/nettop-0.2.3.ebuild b/net-analyzer/nettop/nettop-0.2.3.ebuild index edc5bf267244..6314b14593fe 100644 --- a/net-analyzer/nettop/nettop-0.2.3.ebuild +++ b/net-analyzer/nettop/nettop-0.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nettop/nettop-0.2.3.ebuild,v 1.6 2004/11/20 03:04:10 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nettop/nettop-0.2.3.ebuild,v 1.7 2004/11/22 17:09:31 eldad Exp $ IUSE="" @@ -20,7 +20,7 @@ src_compile() { local myconf myconf="--prefix=/usr" ./configure ${myconf} || die - emake + emake || die } src_install() { |