summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2008-02-15 01:11:05 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2008-02-15 01:11:05 +0000
commit0b0d23f94bc7188d5b88bafd8b7edd0ecd7230c6 (patch)
tree201c234df5c9a0fad66541b8c095177a6b4ba6da /games-fps/quake3-matrix
parentFix quoting. (diff)
downloadgentoo-2-0b0d23f94bc7188d5b88bafd8b7edd0ecd7230c6.tar.gz
gentoo-2-0b0d23f94bc7188d5b88bafd8b7edd0ecd7230c6.tar.bz2
gentoo-2-0b0d23f94bc7188d5b88bafd8b7edd0ecd7230c6.zip
Fix quoting.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-fps/quake3-matrix')
-rw-r--r--games-fps/quake3-matrix/ChangeLog8
-rw-r--r--games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/games-fps/quake3-matrix/ChangeLog b/games-fps/quake3-matrix/ChangeLog
index 2572b6044d0f..b829775eb8e4 100644
--- a/games-fps/quake3-matrix/ChangeLog
+++ b/games-fps/quake3-matrix/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/quake3-matrix
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-matrix/ChangeLog,v 1.3 2006/10/23 22:58:23 wolf31o2 Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-matrix/ChangeLog,v 1.4 2008/02/15 01:11:05 wolf31o2 Exp $
+
+ 15 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+ quake3-matrix-2.4_beta-r1.ebuild:
+ Fix quoting.
*quake3-matrix-2.4_beta-r1 (23 Oct 2006)
diff --git a/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild b/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild
index 27789e6d0196..c760eb5efa21 100644
--- a/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild
+++ b/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.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-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild,v 1.1 2006/10/23 22:58:23 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild,v 1.2 2008/02/15 01:11:05 wolf31o2 Exp $
MOD_DESC="Matrix conversion mod"
MOD_NAME="matrix"
@@ -32,6 +32,6 @@ pkg_nofetch() {
src_unpack() {
games-mods_src_unpack
- mkdir -p ${S}/matrix
+ mkdir -p "${S}"/matrix
mv *.pk3 *.txt matrix
}