summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2008-03-06 03:42:02 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2008-03-06 03:42:02 +0000
commit12ae621cc7de591ae0cb9c79f7fbdc070627f4c3 (patch)
treef50a86d38aa585c324d06424d800dc26cd1138ca /games-action/towbowl-tactics
parentQA cleanup: unquote ${A}. (diff)
downloadhistorical-12ae621cc7de591ae0cb9c79f7fbdc070627f4c3.tar.gz
historical-12ae621cc7de591ae0cb9c79f7fbdc070627f4c3.tar.bz2
historical-12ae621cc7de591ae0cb9c79f7fbdc070627f4c3.zip
Fixing quoting.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-action/towbowl-tactics')
-rw-r--r--games-action/towbowl-tactics/ChangeLog8
-rw-r--r--games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild8
2 files changed, 10 insertions, 6 deletions
diff --git a/games-action/towbowl-tactics/ChangeLog b/games-action/towbowl-tactics/ChangeLog
index c5089f41a722..274170223520 100644
--- a/games-action/towbowl-tactics/ChangeLog
+++ b/games-action/towbowl-tactics/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-action/towbowl-tactics
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/ChangeLog,v 1.6 2006/12/05 18:15:51 wolf31o2 Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/ChangeLog,v 1.7 2008/03/06 03:42:02 wolf31o2 Exp $
+
+ 06 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+ towbowl-tactics-0.5.ebuild:
+ Fixing quoting.
05 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
towbowl-tactics-0.5.ebuild:
diff --git a/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild b/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild
index a71486eca436..2b823ec215d0 100644
--- a/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild
+++ b/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild,v 1.8 2006/12/05 18:15:51 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild,v 1.9 2008/03/06 03:42:02 wolf31o2 Exp $
inherit eutils games
@@ -28,7 +28,7 @@ src_unpack() {
local f
unpack ${A}
- cd ${S}
+ cd "${S}"
sed -i \
-e "s/<language>0/<language>1/g" ../config.xml \
@@ -44,7 +44,7 @@ src_unpack() {
-e "s:TBTHOME \"/config.xml:\"${GAMES_SYSCONFDIR}/tbt/config.xml:g" \
global.h || die "sed global,h failed"
- for f in $(find ${S} -type f)
+ for f in $(find "${S}" -type f)
do
edos2unix ${f}
done