diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 04:44:26 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 04:44:26 +0000 |
commit | 3b64c6efd6dc72eb8559fe739d8eec13f643a079 (patch) | |
tree | ffb5b6f73bf5095392e49ad703b53337e2c6b24e /net-ftp/lftp/lftp-2.6.11.ebuild | |
parent | Add die following econf for bug 48950 (diff) | |
download | historical-3b64c6efd6dc72eb8559fe739d8eec13f643a079.tar.gz historical-3b64c6efd6dc72eb8559fe739d8eec13f643a079.tar.bz2 historical-3b64c6efd6dc72eb8559fe739d8eec13f643a079.zip |
Add die following econf for bug 48950
Diffstat (limited to 'net-ftp/lftp/lftp-2.6.11.ebuild')
-rw-r--r-- | net-ftp/lftp/lftp-2.6.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-ftp/lftp/lftp-2.6.11.ebuild b/net-ftp/lftp/lftp-2.6.11.ebuild index 5e69c5fceed6..72ae78354db3 100644 --- a/net-ftp/lftp/lftp-2.6.11.ebuild +++ b/net-ftp/lftp/lftp-2.6.11.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-ftp/lftp/lftp-2.6.11.ebuild,v 1.4 2004/03/27 05:46:41 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-2.6.11.ebuild,v 1.5 2004/04/26 04:43:25 agriffis Exp $ IUSE="ssl socks5 nls" @@ -37,7 +37,7 @@ src_compile() { econf \ --sysconfdir=/etc/lftp \ --without-modules \ - ${myconf} + ${myconf} || die "econf failed" make || die "compile problem" } |