summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-04-25 18:53:33 +0000
committerJon Hood <squinky86@gentoo.org>2004-04-25 18:53:33 +0000
commitf349e7290e5eae1fe3f911eca1b9b54e2fa4c3ee (patch)
tree17cb4dd13f4734070359e8f844c52094464b6166 /net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild
parentfix typos (diff)
downloadhistorical-f349e7290e5eae1fe3f911eca1b9b54e2fa4c3ee.tar.gz
historical-f349e7290e5eae1fe3f911eca1b9b54e2fa4c3ee.tar.bz2
historical-f349e7290e5eae1fe3f911eca1b9b54e2fa4c3ee.zip
fix typos in econf line
Diffstat (limited to 'net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild')
-rw-r--r--net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild b/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild
index dca9090f23a3..961ad5e73408 100644
--- a/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild
+++ b/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.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-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild,v 1.3 2004/04/20 18:02:56 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild,v 1.4 2004/04/25 18:50:18 squinky86 Exp $
IUSE=""
@@ -20,7 +20,7 @@ DEPEND="virtual/glibc
S=${WORKDIR}/${P}
src_compile() {
- econf || dir "failed to configure"
+ econf || die "failed to configure"
emake || die "failed to build"
}