diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 12:47:43 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 12:47:43 +0000 |
commit | 7e1c668438150f6e3ecfc3129a430fb26059c8f3 (patch) | |
tree | 99d72cc1556af8aac2b3cf059148867e7f2e84fa /net-misc/sitecopy/sitecopy-0.12.1.ebuild | |
parent | Fixed extra S= definition (diff) | |
download | gentoo-2-7e1c668438150f6e3ecfc3129a430fb26059c8f3.tar.gz gentoo-2-7e1c668438150f6e3ecfc3129a430fb26059c8f3.tar.bz2 gentoo-2-7e1c668438150f6e3ecfc3129a430fb26059c8f3.zip |
Add die following econf for bug 48950
Diffstat (limited to 'net-misc/sitecopy/sitecopy-0.12.1.ebuild')
-rw-r--r-- | net-misc/sitecopy/sitecopy-0.12.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/sitecopy/sitecopy-0.12.1.ebuild b/net-misc/sitecopy/sitecopy-0.12.1.ebuild index 7c4b2c728ef0..8adf790df0fb 100644 --- a/net-misc/sitecopy/sitecopy-0.12.1.ebuild +++ b/net-misc/sitecopy/sitecopy-0.12.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/sitecopy-0.12.1.ebuild,v 1.4 2003/09/05 22:13:37 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/sitecopy-0.12.1.ebuild,v 1.5 2004/04/26 12:43:08 agriffis Exp $ IUSE="ssl xml xml2" @@ -33,7 +33,7 @@ src_compile() { use ssl \ && myconf="${myconf} --with-ssl" \ || myconf="${myconf} --without-ssl" - econf ${myconf} + econf ${myconf} || die "econf failed" emake || die "emake failed" } |