r7608 - packages/trunk/urbanterror/debian/scripts

Jack Coulter jscinoz-guest at alioth.debian.org
Mon Jun 30 09:53:30 UTC 2008


Author: jscinoz-guest
Date: 2008-06-30 09:53:30 +0000 (Mon, 30 Jun 2008)
New Revision: 7608

Modified:
   packages/trunk/urbanterror/debian/scripts/urbanterror
   packages/trunk/urbanterror/debian/scripts/urbanterror-server
Log:
forgot to change binary path in scripts

Modified: packages/trunk/urbanterror/debian/scripts/urbanterror
===================================================================
--- packages/trunk/urbanterror/debian/scripts/urbanterror	2008-06-30 09:42:35 UTC (rev 7607)
+++ packages/trunk/urbanterror/debian/scripts/urbanterror	2008-06-30 09:53:30 UTC (rev 7608)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Adapted from Tremulous and Nexuiz launch scripts
-BINARY=/usr/lib/games/urbanterror/ioUrbanTerror
+BINARY=/usr/lib/games/ioquake3/ioquake3
 BASE_PATH=/usr/share/games/urbanterror
 GAME=q3ut4
 QUIET=0
@@ -13,7 +13,7 @@
  -q, --quiet\t\tDisable console output\n\
  +<internal command>\tPass commands to the engine\n"
 
-# Urban Terror binaries don't understand "regular" command line parameters. Let's
+# ioQuake3 binaries don't understand "regular" command line parameters. Let's
 # catch them here, to avoid accidentally launching the binary.
 
 while [ "$1" != "" ]; do {

Modified: packages/trunk/urbanterror/debian/scripts/urbanterror-server
===================================================================
--- packages/trunk/urbanterror/debian/scripts/urbanterror-server	2008-06-30 09:42:35 UTC (rev 7607)
+++ packages/trunk/urbanterror/debian/scripts/urbanterror-server	2008-06-30 09:53:30 UTC (rev 7608)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Adapted from Tremulous and Nexuiz launch scripts
-BINARY=/usr/lib/games/urbanterror/ioUrTded
+BINARY=/usr/lib/games/ioquake3/ioq3ded
 BASE_PATH=/usr/share/games/urbanterror
 GAME=q3ut4
 QUIET=0
@@ -13,7 +13,7 @@
  -q, --quiet\t\tDisable console output\n\
  +<internal command>\tPass commands to the engine\n"
 
-# Urban Terror binaries don't understand "regular" command line parameters. Let's
+# ioQuake3 binaries don't understand "regular" command line parameters. Let's
 # catch them here, to avoid accidentally launching the binary.
 
 while [ "$1" != "" ]; do {




More information about the Pkg-games-commits mailing list