summarylogtreecommitdiffstats
path: root/11-disksearch_bin_script_paths_fix.patch
blob: 516f3428ce383dede2de83fb969fc2cba9e9112b (plain)
1
2
3
4
5
6
7
8
9
10
--- disksearch.orig	2015-08-19 12:14:53.385456312 +0000
+++ disksearch	2015-08-19 12:15:38.765622651 +0000
@@ -3,5 +3,5 @@
 # to modify the name of the Python executable (e.g. "python2.2").
 # Stefan Saring & Mathias Obst, 2004/11/04
 
-cd /usr/local/share/disksearch
-python disksearch.py $*
+cd /usr/share/disksearch
+python2 disksearch.py "$@"