summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2011-04-21 20:58:58 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2011-04-21 20:58:58 +0000
commit5346d9a78dbe5582157d75700c4bd69582e5b4b2 (patch)
treef980281da0a307e3e5355fb29b92d920a92fb840 /eclass/gnome2.eclass
parentAdd missing include. Bump version that upstream non-maintainer commit missed.... (diff)
downloadgentoo-2-5346d9a78dbe5582157d75700c4bd69582e5b4b2.tar.gz
gentoo-2-5346d9a78dbe5582157d75700c4bd69582e5b4b2.tar.bz2
gentoo-2-5346d9a78dbe5582157d75700c4bd69582e5b4b2.zip
Drop die for econf, econf dies on its own.
Diffstat (limited to 'eclass/gnome2.eclass')
-rw-r--r--eclass/gnome2.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass
index c569fe4fafd5..d97a0f011fd1 100644
--- a/eclass/gnome2.eclass
+++ b/eclass/gnome2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.91 2011/04/09 13:14:06 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.92 2011/04/21 20:58:58 eva Exp $
# @ECLASS: gnome2.eclass
# @MAINTAINER:
@@ -108,7 +108,7 @@ gnome2_src_configure() {
addwrite "/root/.gnome2"
# GST_REGISTRY is to work around gst-inspect trying to read/write /root
- GST_REGISTRY="${S}/registry.xml" econf "$@" ${G2CONF} || die "configure failed"
+ GST_REGISTRY="${S}/registry.xml" econf "$@" ${G2CONF}
}
# @FUNCTION: gnome2_src_compile