summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 12:45:24 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 12:45:24 +0000
commitfcd43a9a4ff2190b90f3d6ec1c0c7ac62903ec69 (patch)
tree9b636c834b28f2e072b84f8f8c3e4d7c80ead727 /net-nds/yp-tools/yp-tools-2.7-r1.ebuild
parentAdd die following econf for bug 48950 (diff)
downloadhistorical-fcd43a9a4ff2190b90f3d6ec1c0c7ac62903ec69.tar.gz
historical-fcd43a9a4ff2190b90f3d6ec1c0c7ac62903ec69.tar.bz2
historical-fcd43a9a4ff2190b90f3d6ec1c0c7ac62903ec69.zip
Add die following econf for bug 48950
Diffstat (limited to 'net-nds/yp-tools/yp-tools-2.7-r1.ebuild')
-rw-r--r--net-nds/yp-tools/yp-tools-2.7-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-nds/yp-tools/yp-tools-2.7-r1.ebuild b/net-nds/yp-tools/yp-tools-2.7-r1.ebuild
index 070f068bd54a..fee3ac2a5f52 100644
--- a/net-nds/yp-tools/yp-tools-2.7-r1.ebuild
+++ b/net-nds/yp-tools/yp-tools-2.7-r1.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-nds/yp-tools/yp-tools-2.7-r1.ebuild,v 1.10 2004/04/05 02:29:45 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/yp-tools/yp-tools-2.7-r1.ebuild,v 1.11 2004/04/26 12:45:24 agriffis Exp $
S=${WORKDIR}/${P}
DESCRIPTION="NIS Tools"
@@ -29,7 +29,7 @@ src_compile() {
${i}.orig > ${i}
done
fi
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
make || die
}