summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 04:29:21 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 04:29:21 +0000
commitc67b60b2996c007b7b906a53dae7aa37a5110221 (patch)
tree193e95b549b1db2934fa6e67e8c662af05bfac38 /net-analyzer/nessus-libraries/nessus-libraries-2.0.10a.ebuild
parentAdd die following econf for bug 48950 (diff)
downloadhistorical-c67b60b2996c007b7b906a53dae7aa37a5110221.tar.gz
historical-c67b60b2996c007b7b906a53dae7aa37a5110221.tar.bz2
historical-c67b60b2996c007b7b906a53dae7aa37a5110221.zip
Add die following econf for bug 48950
Diffstat (limited to 'net-analyzer/nessus-libraries/nessus-libraries-2.0.10a.ebuild')
-rw-r--r--net-analyzer/nessus-libraries/nessus-libraries-2.0.10a.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/nessus-libraries/nessus-libraries-2.0.10a.ebuild b/net-analyzer/nessus-libraries/nessus-libraries-2.0.10a.ebuild
index c2f67681c262..c0ba44512967 100644
--- a/net-analyzer/nessus-libraries/nessus-libraries-2.0.10a.ebuild
+++ b/net-analyzer/nessus-libraries/nessus-libraries-2.0.10a.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-analyzer/nessus-libraries/nessus-libraries-2.0.10a.ebuild,v 1.2 2004/04/01 14:41:20 jhuebel Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/nessus-libraries-2.0.10a.ebuild,v 1.3 2004/04/26 04:26:05 agriffis Exp $
DESCRIPTION="A remote security scanner for Linux (nessus-libraries)"
HOMEPAGE="http://www.nessus.org/"
@@ -16,7 +16,7 @@ src_compile() {
local myconf=""
use ssl && myconf="--with-ssl=/usr/lib" \
|| myconf="--without-ssl"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die "emake failed"
}