]> git.pld-linux.org Git - packages/hatari.git/blame - hatari-python_init.patch
- Up to 2.1.0. Builds on current TH.
[packages/hatari.git] / hatari-python_init.patch
CommitLineData
1a15a251
ŁM
1--- hatari-1.5.0/python-ui/hatariui.orig 2011-07-19 00:32:26.000000000 +0200
2+++ hatari-1.5.0/python-ui/hatariui 2011-07-23 10:05:56.946083979 +0200
3@@ -6,7 +6,7 @@
4 path=${0%/*}
5 name=${0##*/}
6
7-if [ ! -e $path/$name.py ]; then
8+if [ ! -e $path/$name.pyc ]; then
9 # Assume package has been relocated, try relative data directory:
10 path=${0%/*}/../share/hatari/hatariui
11 fi
This page took 0.148937 seconds and 4 git commands to generate.