summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Rune Jensen <arj@gentoo.org>2006-02-06 16:46:11 +0000
committerAnders Rune Jensen <arj@gentoo.org>2006-02-06 16:46:11 +0000
commit9cea81fea14a4864ef0e21496b58860aa964577b (patch)
tree03ed2921c2a79cdb0f38b92b704f59e6bc2dc683 /app-dicts/wordnet/wordnet-2.1.ebuild
parentStable on ppc. bug 121776 (diff)
downloadhistorical-9cea81fea14a4864ef0e21496b58860aa964577b.tar.gz
historical-9cea81fea14a4864ef0e21496b58860aa964577b.tar.bz2
historical-9cea81fea14a4864ef0e21496b58860aa964577b.zip
fix bugfix bug
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'app-dicts/wordnet/wordnet-2.1.ebuild')
-rw-r--r--app-dicts/wordnet/wordnet-2.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-dicts/wordnet/wordnet-2.1.ebuild b/app-dicts/wordnet/wordnet-2.1.ebuild
index 3e85e7400cc8..206e3f82816f 100644
--- a/app-dicts/wordnet/wordnet-2.1.ebuild
+++ b/app-dicts/wordnet/wordnet-2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/wordnet/wordnet-2.1.ebuild,v 1.1 2006/02/05 22:42:25 arj Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/wordnet/wordnet-2.1.ebuild,v 1.2 2006/02/06 16:46:11 arj Exp $
inherit eutils
@@ -17,7 +17,7 @@ S=${WORKDIR}/WordNet-${PV}
src_unpack() {
unpack $A
epatch $FILESDIR/Wordnet-2.1-dict-location.patch
- cd "$S"
+ cd WordNet-2.1
epatch $FILESDIR/Wordnet-2.1-compile-fix.patch
}