summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-12-16 00:40:06 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-12-16 00:40:06 +0000
commitc03c32088f603f47cbfd8b5c119a88ad53d9ecd6 (patch)
tree324d44106182613de375005c42a394a8022b9a07 /app-arch/dump/dump-0.4.30.ebuild
parentminor update (syntax) (diff)
downloadgentoo-2-c03c32088f603f47cbfd8b5c119a88ad53d9ecd6.tar.gz
gentoo-2-c03c32088f603f47cbfd8b5c119a88ad53d9ecd6.tar.bz2
gentoo-2-c03c32088f603f47cbfd8b5c119a88ad53d9ecd6.zip
typo fix
Diffstat (limited to 'app-arch/dump/dump-0.4.30.ebuild')
-rw-r--r--app-arch/dump/dump-0.4.30.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/dump/dump-0.4.30.ebuild b/app-arch/dump/dump-0.4.30.ebuild
index 2c0de6ef7741..d01317026e7e 100644
--- a/app-arch/dump/dump-0.4.30.ebuild
+++ b/app-arch/dump/dump-0.4.30.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/dump-0.4.30.ebuild,v 1.9 2002/12/09 04:17:36 manson Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/dump-0.4.30.ebuild,v 1.10 2002/12/16 00:40:05 seemant Exp $
MY_P=${P/4./4b}
S=${WORKDIR}/${MY_P}
@@ -41,7 +41,7 @@ src_compile() {
|| myconf="--disable-readline"
use static \
- && myconf="${myconf} --snable-static" \
+ && myconf="${myconf} --enable-static" \
|| myconf="${myconf} --enable-shared"
econf \