diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 19:10:02 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 19:10:02 +0000 |
commit | 677918b10353dfcae205e102b981a1a64b1e6190 (patch) | |
tree | 6d1c5ac578a5ebd5777a741ba2f8369ea9345130 /net-print/hpijs/hpijs-1.5.ebuild | |
parent | net-fs/samba 3.x + kernel 2.6.x local root vulnerability - bug #41800 (diff) | |
download | historical-677918b10353dfcae205e102b981a1a64b1e6190.tar.gz historical-677918b10353dfcae205e102b981a1a64b1e6190.tar.bz2 historical-677918b10353dfcae205e102b981a1a64b1e6190.zip |
Add die following econf for bug 48950
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} |