diff options
Diffstat (limited to 'net-fs/ncpfs/ncpfs-2.2.0.19-r2.ebuild')
-rw-r--r-- | net-fs/ncpfs/ncpfs-2.2.0.19-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-fs/ncpfs/ncpfs-2.2.0.19-r2.ebuild b/net-fs/ncpfs/ncpfs-2.2.0.19-r2.ebuild index c0044c2a3387..1d566b7df1ec 100644 --- a/net-fs/ncpfs/ncpfs-2.2.0.19-r2.ebuild +++ b/net-fs/ncpfs/ncpfs-2.2.0.19-r2.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-fs/ncpfs/ncpfs-2.2.0.19-r2.ebuild,v 1.2 2003/09/08 07:59:35 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ncpfs-2.2.0.19-r2.ebuild,v 1.3 2004/04/26 04:36:40 agriffis Exp $ inherit eutils @@ -27,7 +27,7 @@ src_compile() { && myconf="${myconf} --enable-pam" \ || myconf="${myconf} --disable-pam" - econf ${myconf} + econf ${myconf} || die "econf failed" emake || die } |