summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 04:30:37 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 04:30:37 +0000
commit2b4eeb2d5b1bfdb4126fc63ee8a937c2e3b82c3a (patch)
treee1aa7161416812bc93b4d8e01b3179a9f6fb365f /net-analyzer/nessus-libraries/nessus-libraries-2.0.8a.ebuild
parentAdd die following econf for bug 48950 (Manifest recommit) (diff)
downloadgentoo-2-2b4eeb2d5b1bfdb4126fc63ee8a937c2e3b82c3a.tar.gz
gentoo-2-2b4eeb2d5b1bfdb4126fc63ee8a937c2e3b82c3a.tar.bz2
gentoo-2-2b4eeb2d5b1bfdb4126fc63ee8a937c2e3b82c3a.zip
Add die following econf for bug 48950
Diffstat (limited to 'net-analyzer/nessus-libraries/nessus-libraries-2.0.8a.ebuild')
-rw-r--r--net-analyzer/nessus-libraries/nessus-libraries-2.0.8a.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/nessus-libraries/nessus-libraries-2.0.8a.ebuild b/net-analyzer/nessus-libraries/nessus-libraries-2.0.8a.ebuild
index b2ad2d2b2ca8..c4d58655fb71 100644
--- a/net-analyzer/nessus-libraries/nessus-libraries-2.0.8a.ebuild
+++ b/net-analyzer/nessus-libraries/nessus-libraries-2.0.8a.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-analyzer/nessus-libraries/nessus-libraries-2.0.8a.ebuild,v 1.2 2003/11/19 07:53:48 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/nessus-libraries-2.0.8a.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"
}