summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 15:59:20 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 15:59:20 +0000
commit461a351cfb18c177e431aefb194300eb1da57c05 (patch)
treef86bde7c62dfec7634faf3dc6a5437093b751a4a /app-i18n/unicon/unicon-3.0.4.ebuild
parentFix bug 48364 (QA/Ebuild Violations: net-mail/mozilla-thunderbird) by moving ... (diff)
downloadgentoo-2-461a351cfb18c177e431aefb194300eb1da57c05.tar.gz
gentoo-2-461a351cfb18c177e431aefb194300eb1da57c05.tar.bz2
gentoo-2-461a351cfb18c177e431aefb194300eb1da57c05.zip
Add die following econf for bug 48950
Diffstat (limited to 'app-i18n/unicon/unicon-3.0.4.ebuild')
-rw-r--r--app-i18n/unicon/unicon-3.0.4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/unicon/unicon-3.0.4.ebuild b/app-i18n/unicon/unicon-3.0.4.ebuild
index e940c134c0cd..8dad975bea55 100644
--- a/app-i18n/unicon/unicon-3.0.4.ebuild
+++ b/app-i18n/unicon/unicon-3.0.4.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/app-i18n/unicon/unicon-3.0.4.ebuild,v 1.3 2003/09/06 22:19:22 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/unicon/unicon-3.0.4.ebuild,v 1.4 2004/04/26 15:59:20 agriffis Exp $
inherit eutils
@@ -36,7 +36,7 @@ src_unpack() {
}
src_compile() {
- econf
+ econf || die "econf failed"
make || die "make failed"
make data || die "make data failed"