[Lunar-commits] r15259 - moonbase/trunk/games/Nexuiz

Chad Kittel v3rt1g0 at lunar-linux.org
Sat Jun 4 19:58:31 UTC 2005


Author: v3rt1g0
Date: 2005-06-04 19:58:30 +0000 (Sat, 04 Jun 2005)
New Revision: 15259

Modified:
   moonbase/trunk/games/Nexuiz/nexuiz
   moonbase/trunk/games/Nexuiz/nexuiz-ded
Log:
not all users have . in their path, this is for those ppl.


Modified: moonbase/trunk/games/Nexuiz/nexuiz
===================================================================
--- moonbase/trunk/games/Nexuiz/nexuiz	2005-06-04 19:06:31 UTC (rev 15258)
+++ moonbase/trunk/games/Nexuiz/nexuiz	2005-06-04 19:58:30 UTC (rev 15259)
@@ -1,4 +1,4 @@
 #!/bin/bash
 
 cd /usr/share/games/Nexuiz
-exec nexuiz-glx $@
+exec ./nexuiz-glx $@

Modified: moonbase/trunk/games/Nexuiz/nexuiz-ded
===================================================================
--- moonbase/trunk/games/Nexuiz/nexuiz-ded	2005-06-04 19:06:31 UTC (rev 15258)
+++ moonbase/trunk/games/Nexuiz/nexuiz-ded	2005-06-04 19:58:30 UTC (rev 15259)
@@ -1,4 +1,4 @@
 #!/bin/bash
 
 cd /usr/share/games/Nexuiz
-exec nexuiz-dedicated $@
+exec ./nexuiz-dedicated $@



More information about the Lunar-commits mailing list