summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-11-29 15:50:05 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-11-29 15:50:05 +0000
commit866f7909a281886d1685240f574b6606000aa8c0 (patch)
tree3a02d09eb0ff07269a5eebfb28b2046c2499e7f7 /games-rpg/nwn/nwn-1.68-r1.ebuild
parentmoved tcltk USE flag over to separate tk and tcl flags, see bug #17808 (diff)
downloadhistorical-866f7909a281886d1685240f574b6606000aa8c0.tar.gz
historical-866f7909a281886d1685240f574b6606000aa8c0.tar.bz2
historical-866f7909a281886d1685240f574b6606000aa8c0.zip
We don't want to touch our metadata files again, so I've cleaned that up.
Package-Manager: portage-2.1.2_rc2-r1
Diffstat (limited to 'games-rpg/nwn/nwn-1.68-r1.ebuild')
-rw-r--r--games-rpg/nwn/nwn-1.68-r1.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/games-rpg/nwn/nwn-1.68-r1.ebuild b/games-rpg/nwn/nwn-1.68-r1.ebuild
index b020a011b31a..678d8eced05d 100644
--- a/games-rpg/nwn/nwn-1.68-r1.ebuild
+++ b/games-rpg/nwn/nwn-1.68-r1.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/games-rpg/nwn/nwn-1.68-r1.ebuild,v 1.1 2006/11/17 20:02:08 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.68-r1.ebuild,v 1.2 2006/11/29 15:50:05 wolf31o2 Exp $
inherit eutils games
@@ -179,10 +179,9 @@ src_unpack() {
fi
if [ -n "$currentlocale" ]
then
- (touch ".metadata/linguas_${currentlocale}" &&
- mkdir -p "${currentlocale}" &&
- cd "${currentlocale}" &&
- unpack "${a}" ) || die "unpack ${a}"
+ mkdir -p "${currentlocale}"
+ cd "${currentlocale}"
+ unpack "${a}" || die "unpack ${a}"
fi
fi
done