diff options
author | 2011-04-21 20:58:58 +0000 | |
---|---|---|
committer | 2011-04-21 20:58:58 +0000 | |
commit | e7bbdbc977730a0603692e36f13cbe970a9e49f4 (patch) | |
tree | 98e86201cb7fcab9ecbb38275304ca213ea266b9 /eclass | |
parent | Add missing include. Bump version that upstream non-maintainer commit missed.... (diff) | |
download | historical-e7bbdbc977730a0603692e36f13cbe970a9e49f4.tar.gz historical-e7bbdbc977730a0603692e36f13cbe970a9e49f4.tar.bz2 historical-e7bbdbc977730a0603692e36f13cbe970a9e49f4.zip |
Drop die for econf, econf dies on its own.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gnome2.eclass | 4 |
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 |