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
commite4949e5e5e7dc50e6d50d93b9ef913c68649b09e (patch)
treeaf084f72949d39207970291fd937797c00ed418c /net-print/hpoj/hpoj-0.91-r2.ebuild
parentChanged sed to use ${D} (Manifest recommit) (diff)
downloadgentoo-2-e4949e5e5e7dc50e6d50d93b9ef913c68649b09e.tar.gz
gentoo-2-e4949e5e5e7dc50e6d50d93b9ef913c68649b09e.tar.bz2
gentoo-2-e4949e5e5e7dc50e6d50d93b9ef913c68649b09e.zip
Add die following econf for bug 48950
Diffstat (limited to 'net-print/hpoj/hpoj-0.91-r2.ebuild')
-rw-r--r--net-print/hpoj/hpoj-0.91-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-print/hpoj/hpoj-0.91-r2.ebuild b/net-print/hpoj/hpoj-0.91-r2.ebuild
index 230191ec791b..bf88ac9ea9b0 100644
--- a/net-print/hpoj/hpoj-0.91-r2.ebuild
+++ b/net-print/hpoj/hpoj-0.91-r2.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-r2.ebuild,v 1.4 2004/03/27 17:33:46 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/hpoj-0.91-r2.ebuild,v 1.5 2004/04/26 12:53:12 agriffis Exp $
DESCRIPTION="HP OfficeJet Linux driver"
HOMEPAGE="http://hpoj.sourceforge.net/"
@@ -38,7 +38,7 @@ src_compile() {
&& myconf="${myconf} --with-sane-packend=/usr" \
|| myconf="${myconf} --without-sane"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die "compilation failed"
}