summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-07-14 18:07:21 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-07-14 18:07:21 +0000
commitc5c7247f39d61befd1a409cc4d0716dd03a3c8dd (patch)
treea953a333d968970f1ba02b1ded04e90c9738a619 /games-fps
parentFix quoting on CDROM_ROOT with patch from Jared in bug #326823 (diff)
downloadgentoo-2-c5c7247f39d61befd1a409cc4d0716dd03a3c8dd.tar.gz
gentoo-2-c5c7247f39d61befd1a409cc4d0716dd03a3c8dd.tar.bz2
gentoo-2-c5c7247f39d61befd1a409cc4d0716dd03a3c8dd.zip
quote Ddir
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild b/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild
index 35b3f1e287ae..d2d76e05f075 100644
--- a/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild
+++ b/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild,v 1.10 2010/07/14 18:06:34 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild,v 1.11 2010/07/14 18:07:21 mr_bones_ Exp $
inherit eutils games
@@ -49,7 +49,7 @@ src_install() {
doins "${CDROM_ROOT}"/Setup/Data/q4base/pak00{7,8,9}.pk4 \
|| die "copying pak007->pak009"
- find ${Ddir} -exec touch '{}' \;
+ find "${Ddir}" -exec touch '{}' +
prepgamesdirs
}