diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 15:25:13 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 15:25:13 +0000 |
commit | deffe1b3ed36b544a966912574aa73157a7b4f78 (patch) | |
tree | f954b242fba579135ed1f505968061b9eb6423d7 /app-admin/whowatch/whowatch-1.5.2.ebuild | |
parent | Add die following econf for bug 48950 (Manifest recommit) (diff) | |
download | gentoo-2-deffe1b3ed36b544a966912574aa73157a7b4f78.tar.gz gentoo-2-deffe1b3ed36b544a966912574aa73157a7b4f78.tar.bz2 gentoo-2-deffe1b3ed36b544a966912574aa73157a7b4f78.zip |
Add die following econf for bug 48950
Diffstat (limited to 'app-admin/whowatch/whowatch-1.5.2.ebuild')
-rw-r--r-- | app-admin/whowatch/whowatch-1.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/whowatch/whowatch-1.5.2.ebuild b/app-admin/whowatch/whowatch-1.5.2.ebuild index 9ecee3814701..4c70a3d42358 100644 --- a/app-admin/whowatch/whowatch-1.5.2.ebuild +++ b/app-admin/whowatch/whowatch-1.5.2.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/whowatch/whowatch-1.5.2.ebuild,v 1.18 2004/03/31 20:15:35 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/whowatch/whowatch-1.5.2.ebuild,v 1.19 2004/04/26 15:23:42 agriffis Exp $ inherit eutils @@ -21,7 +21,7 @@ src_unpack() { } src_compile() { - econf + econf || die "econf failed" make || die } |