diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-28 18:56:02 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-28 18:56:02 +0000 |
commit | 77b13b87cfe366920c7b23d2e1e9d389bd9d715d (patch) | |
tree | 5af414025685bd86ccec55e0e9c828b10ac5b4f8 /app-admin/gwcc | |
parent | tidy (diff) | |
download | historical-77b13b87cfe366920c7b23d2e1e9d389bd9d715d.tar.gz historical-77b13b87cfe366920c7b23d2e1e9d389bd9d715d.tar.bz2 historical-77b13b87cfe366920c7b23d2e1e9d389bd9d715d.zip |
Fix econf || die
Diffstat (limited to 'app-admin/gwcc')
-rw-r--r-- | app-admin/gwcc/gwcc-0.9.6-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/gwcc/gwcc-0.9.6-r2.ebuild b/app-admin/gwcc/gwcc-0.9.6-r2.ebuild index 882602a2e386..daa96b649395 100644 --- a/app-admin/gwcc/gwcc-0.9.6-r2.ebuild +++ b/app-admin/gwcc/gwcc-0.9.6-r2.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/gwcc/gwcc-0.9.6-r2.ebuild,v 1.8 2004/03/12 10:45:38 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/gwcc/gwcc-0.9.6-r2.ebuild,v 1.9 2004/04/28 18:54:19 agriffis Exp $ DESCRIPTION="GNOME Workstation Command Center" SRC_URI="mirror://sourceforge/gwcc/${P}.tar.gz" @@ -23,7 +23,7 @@ src_compile() { myconf="--disable-nls" #use nls || myconf="--disable-nls" - econf ${myconf} + econf ${myconf} || die "econf failed" make || die } |