summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-25 21:46:21 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-25 21:46:21 +0000
commit142e1d5eab2bcf42287ddc894351bfadaf02efb5 (patch)
treee4ac9bfb3d73059d824ce3afceb62038adad8fd1 /app-admin/sudo/sudo-1.6.7_p5.ebuild
parentadd inherit eutils (diff)
downloadgentoo-2-142e1d5eab2bcf42287ddc894351bfadaf02efb5.tar.gz
gentoo-2-142e1d5eab2bcf42287ddc894351bfadaf02efb5.tar.bz2
gentoo-2-142e1d5eab2bcf42287ddc894351bfadaf02efb5.zip
Add die following econf for bug 48950
Diffstat (limited to 'app-admin/sudo/sudo-1.6.7_p5.ebuild')
-rw-r--r--app-admin/sudo/sudo-1.6.7_p5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/sudo/sudo-1.6.7_p5.ebuild b/app-admin/sudo/sudo-1.6.7_p5.ebuild
index 44cecb90f926..ed8780197273 100644
--- a/app-admin/sudo/sudo-1.6.7_p5.ebuild
+++ b/app-admin/sudo/sudo-1.6.7_p5.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/app-admin/sudo/sudo-1.6.7_p5.ebuild,v 1.12 2004/04/02 01:23:46 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.6.7_p5.ebuild,v 1.13 2004/04/25 21:42:52 agriffis Exp $
DESCRIPTION="Allows certain users/groups to run commands as root"
SRC_URI="ftp://ftp.sudo.ws/pub/sudo/${P/_/}.tar.gz"
@@ -27,7 +27,7 @@ src_compile() {
econf --with-all-insults \
--disable-path-info \
--with-env-editor \
- ${myconf}
+ ${myconf} || die "econf failed"
emake || die
}