summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2012-04-22 17:35:42 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2012-04-22 17:35:42 +0000
commit16d1d41d4020fca91738adb894c8b6c7763c0af0 (patch)
treedd3e11d6b71d0b31f6bacc03f86d7f82c15bd270 /games-puzzle/jag
parentAdd ~arm/~sparc (diff)
downloadgentoo-2-16d1d41d4020fca91738adb894c8b6c7763c0af0.tar.gz
gentoo-2-16d1d41d4020fca91738adb894c8b6c7763c0af0.tar.bz2
gentoo-2-16d1d41d4020fca91738adb894c8b6c7763c0af0.zip
quote WORKDIR
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'games-puzzle/jag')
-rw-r--r--games-puzzle/jag/ChangeLog5
-rw-r--r--games-puzzle/jag/jag-0.3.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/games-puzzle/jag/ChangeLog b/games-puzzle/jag/ChangeLog
index fcabc5fa8fe3..b861e815fd82 100644
--- a/games-puzzle/jag/ChangeLog
+++ b/games-puzzle/jag/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-puzzle/jag
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/jag/ChangeLog,v 1.14 2012/04/22 14:54:45 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/jag/ChangeLog,v 1.15 2012/04/22 17:35:42 mr_bones_ Exp $
+
+ 22 Apr 2012; Michael Sterrett <mr_bones_@gentoo.org> jag-0.3.2.ebuild:
+ quote WORKDIR
22 Apr 2012; Markus Meier <maekke@gentoo.org> jag-0.3.2.ebuild:
x86 stable, bug #412667
diff --git a/games-puzzle/jag/jag-0.3.2.ebuild b/games-puzzle/jag/jag-0.3.2.ebuild
index ef7ed50db176..175328f93978 100644
--- a/games-puzzle/jag/jag-0.3.2.ebuild
+++ b/games-puzzle/jag/jag-0.3.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/jag/jag-0.3.2.ebuild,v 1.2 2012/04/22 14:54:45 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/jag/jag-0.3.2.ebuild,v 1.3 2012/04/22 17:35:42 mr_bones_ Exp $
EAPI=2
inherit eutils qt4-r2 games
@@ -27,7 +27,7 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${P}-src
src_prepare() {
- mv ${WORKDIR}/${P}-data/data ${WORKDIR}/${P}-src/
+ mv "${WORKDIR}"/${P}-data/data "${WORKDIR}"/${P}-src/
sed -i \
-e "s:/usr/local/bin:${GAMES_BINDIR}:g" \
-e "s:/usr/local/games:${GAMES_DATADIR}:g" \