fretsonfire (1.3.110.dfsg-2) datapath.patch

Summary

 src/Version.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

# Copyright (C) 2006  Miriam Ruiz <little_miry@yahoo.es>
# Licensed under the GPL, see /usr/share/common-licenses/GPL

Index: fretsonfire-1.2.451.dfsg/src/Version.py
===================================================================
--- fretsonfire-1.2.451.dfsg.orig/src/Version.py	2007-04-14 10:31:38.000000000 +0000
+++ fretsonfire-1.2.451.dfsg/src/Version.py	2007-09-01 17:23:07.000000000 +0000
@@ -43,6 +43,6 @@
     else:
       dataPath = "data"
   else:
-    dataPath = os.path.join("..", "data")
+    dataPath = os.path.join("/usr/share/games/fretsonfire", "data")
   return dataPath