summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-www/cherokee/cherokee-0.4.0.ebuild')
-rw-r--r--net-www/cherokee/cherokee-0.4.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/cherokee/cherokee-0.4.0.ebuild b/net-www/cherokee/cherokee-0.4.0.ebuild
index ffca5f7aa1dd..0b152b3a2b98 100644
--- a/net-www/cherokee/cherokee-0.4.0.ebuild
+++ b/net-www/cherokee/cherokee-0.4.0.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/net-www/cherokee/cherokee-0.4.0.ebuild,v 1.4 2004/04/17 22:22:39 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/cherokee/cherokee-0.4.0.ebuild,v 1.5 2004/04/26 14:26:00 agriffis Exp $
S="${WORKDIR}/cherokee-0.4.0"
DESCRIPTION="An extremely fast and tiny web server."
@@ -13,7 +13,7 @@ KEYWORDS="x86"
SLOT="0"
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
}