From e4949e5e5e7dc50e6d50d93b9ef913c68649b09e Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Mon, 26 Apr 2004 12:53:12 +0000 Subject: Add die following econf for bug 48950 --- net-print/hpoj/hpoj-0.91-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-print/hpoj/hpoj-0.91-r2.ebuild') 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" } -- cgit v1.2.3-65-gdbad