diff options
Diffstat (limited to 'games/galaxymage/files/patch-GalaxyMage.py')
-rw-r--r-- | games/galaxymage/files/patch-GalaxyMage.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/galaxymage/files/patch-GalaxyMage.py b/games/galaxymage/files/patch-GalaxyMage.py deleted file mode 100644 index 746707436f6..00000000000 --- a/games/galaxymage/files/patch-GalaxyMage.py +++ /dev/null @@ -1,11 +0,0 @@ ---- GalaxyMage.py.old Mon Jan 30 20:13:39 2006 -+++ GalaxyMage.py Mon Jan 30 20:13:51 2006 -@@ -23,7 +23,7 @@ - import os, sys - if os.path.isdir(sys.path[0]): - os.chdir(sys.path[0]) --sys.path.append("src") -+sys.path.append("%%DATADIR%%") - - import Main - |