]> arthur.barton.de Git - bup.git/blobdiff - lib/cmd/meta-cmd.py
Makefile: remove vestigial checkout_info.py installation code
[bup.git] / lib / cmd / meta-cmd.py
index 15eed439cf82ac1978bf984bb7930c8116943ff2..e9a3d61146f6a665e7abdd4d4b8c957991958ba9 100755 (executable)
@@ -9,7 +9,7 @@ for arg in "$@"; do
     arg_i=$((arg_i + 1))
 done
 # Here to end of preamble replaced during install
-bup_python="$(dirname "$0")/bup-python" || exit $?
+bup_python="$(dirname "$0")/../../config/bin/python" || exit $?
 exec "$bup_python" "$0"
 """
 # end of bup preamble