r2625 - packages/trunk/fretsonfire/debian

Matthew Johnson mjj29-guest at alioth.debian.org
Tue May 1 14:49:08 UTC 2007


Author: mjj29-guest
Date: 2007-05-01 14:49:07 +0000 (Tue, 01 May 2007)
New Revision: 2625

Modified:
   packages/trunk/fretsonfire/debian/fretsonfire.sh
Log:
start with an appropriate $CWD so that it restarts itself correctly on settings change.


Modified: packages/trunk/fretsonfire/debian/fretsonfire.sh
===================================================================
--- packages/trunk/fretsonfire/debian/fretsonfire.sh	2007-05-01 14:46:32 UTC (rev 2624)
+++ packages/trunk/fretsonfire/debian/fretsonfire.sh	2007-05-01 14:49:07 UTC (rev 2625)
@@ -1,3 +1,4 @@
 #!/bin/sh --
 
-/usr/share/games/fretsonfire/game/FretsOnFire.py "$@"
+cd /usr/share/games/fretsonfire/game/
+./FretsOnFire.py "$@"




More information about the Pkg-games-commits mailing list