summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-01-07 23:27:47 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-01-07 23:27:47 +0000
commit651e60c142d53b82a54add36db70b8b444994869 (patch)
tree9c69f10a451a14684dd4ec868259e751e710cf90 /games-strategy
parentone maintainer gone, one left (diff)
downloadgentoo-2-651e60c142d53b82a54add36db70b8b444994869.tar.gz
gentoo-2-651e60c142d53b82a54add36db70b8b444994869.tar.bz2
gentoo-2-651e60c142d53b82a54add36db70b8b444994869.zip
fix quoting
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/widelands/widelands-0.0.9.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/widelands/widelands-0.0.9.5.ebuild b/games-strategy/widelands/widelands-0.0.9.5.ebuild
index 67096959adb5..6c4fb15cb57e 100644
--- a/games-strategy/widelands/widelands-0.0.9.5.ebuild
+++ b/games-strategy/widelands/widelands-0.0.9.5.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-strategy/widelands/widelands-0.0.9.5.ebuild,v 1.1 2006/01/07 23:08:34 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/widelands/widelands-0.0.9.5.ebuild,v 1.2 2006/01/07 23:27:47 genstef Exp $
inherit eutils games
@@ -25,7 +25,7 @@ S=${WORKDIR}/${PN}-b9half
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
epatch "${FILESDIR}/widelands-0.0.9-amd64.patch"
sed -i -e "s:__ppc__:__PPC__:g" ${S}/src/machdep.h
}