summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 12:53:12 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 12:53:12 +0000
commitc5289f78f059d50757277e782b115d3f22ba1fce (patch)
tree2ce3d9176ced9df4c49621513ab31cfe88787be1 /net-print/hpoj/hpoj-0.91-r3.ebuild
parentAdd die following econf for bug 48950 (diff)
downloadhistorical-c5289f78f059d50757277e782b115d3f22ba1fce.tar.gz
historical-c5289f78f059d50757277e782b115d3f22ba1fce.tar.bz2
historical-c5289f78f059d50757277e782b115d3f22ba1fce.zip
Add die following econf for bug 48950
Diffstat (limited to 'net-print/hpoj/hpoj-0.91-r3.ebuild')
-rw-r--r--net-print/hpoj/hpoj-0.91-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-print/hpoj/hpoj-0.91-r3.ebuild b/net-print/hpoj/hpoj-0.91-r3.ebuild
index 5a1eb57e54af..65238d8b0f81 100644
--- a/net-print/hpoj/hpoj-0.91-r3.ebuild
+++ b/net-print/hpoj/hpoj-0.91-r3.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-print/hpoj/hpoj-0.91-r3.ebuild,v 1.1 2004/04/08 10:26:37 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/hpoj-0.91-r3.ebuild,v 1.2 2004/04/26 12:53:12 agriffis Exp $
DESCRIPTION="HP OfficeJet Linux driver"
HOMEPAGE="http://hpoj.sourceforge.net/"
@@ -39,7 +39,7 @@ src_compile() {
&& myconf="${myconf} --with-sane-packend=/usr" \
|| myconf="${myconf} --without-sane"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die "compilation failed"
}