summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-28 18:56:35 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-28 18:56:35 +0000
commit2ba77dfc157696114d3cd58a471bf3159c3ba2ba (patch)
tree96ea18dafa52c85001ea83a25bf2e534fdff1706 /app-admin/gwcc
parenttidy (Manifest recommit) (diff)
downloadgentoo-2-2ba77dfc157696114d3cd58a471bf3159c3ba2ba.tar.gz
gentoo-2-2ba77dfc157696114d3cd58a471bf3159c3ba2ba.tar.bz2
gentoo-2-2ba77dfc157696114d3cd58a471bf3159c3ba2ba.zip
Fix econf || die
Diffstat (limited to 'app-admin/gwcc')
-rw-r--r--app-admin/gwcc/gwcc-0.9.6-r2.ebuild4
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
}