updated on Wed Jan 25 12:16:47 UTC 2012
[aur-mirror.git] / bitblinder / bitblinder-0.6.2.fix-python-install-path.patch
blob462149d211c898e66fb4be94454fe7f2d9f50141
1 --- core/Startup.py 2009-12-18 16:00:51.000000000 +0100
2 +++ core/Startup.py 2010-02-15 20:56:54.000000000 +0100
3 @@ -237,7 +237,7 @@
4 installDir = os.path.dirname(ProgramState.EXECUTABLE)
5 else:
6 installDir = _input_to_unicode(os.path.realpath(os.path.dirname(sys.argv[0])))
7 - if installDir == "/usr/share/python-support/python-bitblinder/bitblinder":
8 + if installDir == "/usr/lib/python2.6/site-packages/bitblinder":
9 isInstalled = True
10 else:
11 isInstalled = False