diff options
Diffstat (limited to 'net-print/hpijs/hpijs-1.5.ebuild')
-rw-r--r-- | net-print/hpijs/hpijs-1.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-print/hpijs/hpijs-1.5.ebuild b/net-print/hpijs/hpijs-1.5.ebuild index e1ee50591436..cd23075fe536 100644 --- a/net-print/hpijs/hpijs-1.5.ebuild +++ b/net-print/hpijs/hpijs-1.5.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/hpijs/hpijs-1.5.ebuild,v 1.3 2004/04/22 18:22:01 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hpijs/hpijs-1.5.ebuild,v 1.4 2004/04/26 19:10:02 agriffis Exp $ inherit gnuconfig @@ -27,7 +27,7 @@ src_compile () { epatch ${FILESDIR}/hpijs-1.4.1-rss.1.patch - econf --disable-cups-install ${myconf} + econf --disable-cups-install ${myconf} || die "econf failed" for i in Makefile; do mv $i $i.orig ; @@ -39,7 +39,7 @@ src_compile () { if [ `use foomaticdb` ]; then cd ../foomatic-db-hpijs-${DB_V} - econf + econf || die "econf failed" rm -fR data-generators/hpijs-rss make || die cd ../${P} |