summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2008-03-07 23:55:44 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2008-03-07 23:55:44 +0000
commit593f7414df784ea9f729be7ffc456c79cd593bd4 (patch)
tree8b8f77aa7b722f743d7009f672b783699bac4497 /games-action/barrage/barrage-1.0.2-r1.ebuild
parentQA cleanup: Fix quoting. (diff)
downloadgentoo-2-593f7414df784ea9f729be7ffc456c79cd593bd4.tar.gz
gentoo-2-593f7414df784ea9f729be7ffc456c79cd593bd4.tar.bz2
gentoo-2-593f7414df784ea9f729be7ffc456c79cd593bd4.zip
QA cleanup: Fix quoting.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-action/barrage/barrage-1.0.2-r1.ebuild')
-rw-r--r--games-action/barrage/barrage-1.0.2-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/barrage/barrage-1.0.2-r1.ebuild b/games-action/barrage/barrage-1.0.2-r1.ebuild
index 930a0426a522..1532711c4285 100644
--- a/games-action/barrage/barrage-1.0.2-r1.ebuild
+++ b/games-action/barrage/barrage-1.0.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/barrage/barrage-1.0.2-r1.ebuild,v 1.2 2008/02/29 18:44:45 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/barrage/barrage-1.0.2-r1.ebuild,v 1.3 2008/03/07 23:55:44 wolf31o2 Exp $
inherit eutils games
@@ -22,7 +22,7 @@ src_unpack() {
}
src_compile() {
- egamesconf --datadir=${GAMES_DATADIR_BASE} || die
+ egamesconf --datadir="${GAMES_DATADIR_BASE}" || die
emake || die "emake failed"
}