diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 15:59:20 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 15:59:20 +0000 |
commit | 461a351cfb18c177e431aefb194300eb1da57c05 (patch) | |
tree | f86bde7c62dfec7634faf3dc6a5437093b751a4a /app-i18n/unicon | |
parent | Fix bug 48364 (QA/Ebuild Violations: net-mail/mozilla-thunderbird) by moving ... (diff) | |
download | gentoo-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')
-rw-r--r-- | app-i18n/unicon/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/unicon/unicon-3.0.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-i18n/unicon/ChangeLog b/app-i18n/unicon/ChangeLog index 4dc60bb78f14..72d88c8653b0 100644 --- a/app-i18n/unicon/ChangeLog +++ b/app-i18n/unicon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/unicon -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/unicon/ChangeLog,v 1.1 2003/05/25 15:10:52 liquidx Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/unicon/ChangeLog,v 1.2 2004/04/26 15:59:20 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> unicon-3.0.4.ebuild: + Add die following econf for bug 48950 *unicon-3.0.4 (25 May 2003) 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" |