summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-fps/rtcwmp-demo')
-rw-r--r--games-fps/rtcwmp-demo/ChangeLog6
-rw-r--r--games-fps/rtcwmp-demo/rtcwmp-demo-1.1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/games-fps/rtcwmp-demo/ChangeLog b/games-fps/rtcwmp-demo/ChangeLog
index 39982f8992bf..35c94fd2134a 100644
--- a/games-fps/rtcwmp-demo/ChangeLog
+++ b/games-fps/rtcwmp-demo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/rtcwmp-demo
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcwmp-demo/ChangeLog,v 1.1 2006/01/24 17:51:36 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcwmp-demo/ChangeLog,v 1.2 2006/01/24 18:00:39 wolf31o2 Exp $
+
+ 24 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ rtcwmp-demo-1.1.ebuild:
+ Added more quoting and second dir entry on dedictated games_make_wrapper.
*rtcwmp-demo-1.1 (24 Jan 2006)
diff --git a/games-fps/rtcwmp-demo/rtcwmp-demo-1.1.ebuild b/games-fps/rtcwmp-demo/rtcwmp-demo-1.1.ebuild
index 6cdaa5e2827f..ad14a4e29689 100644
--- a/games-fps/rtcwmp-demo/rtcwmp-demo-1.1.ebuild
+++ b/games-fps/rtcwmp-demo/rtcwmp-demo-1.1.ebuild
@@ -61,9 +61,9 @@ src_install() {
games_make_wrapper rtcwmp-demo ./wolf.x86 "${dir}" "${dir}"
if use dedicated; then
- games_make_wrapper rtcwmp-demo-ded ./wolfded.x86 ${dir}
+ games_make_wrapper rtcwmp-demo-ded ./wolfded.x86 "${dir}" "${dir}"
exeinto /etc/init.d
- newexe ${FILESDIR}/rtcwmp-demo-ded.rc rtcwmp-demo-ded
+ newexe "${FILESDIR}"/rtcwmp-demo-ded.rc rtcwmp-demo-ded
dosed "s:GENTOO_DIR:${dir}:" /etc/init.d/rtcwmp-demo-ded
fi