]> arthur.barton.de Git - bup.git/blobdiff - lib/cmd/import-duplicity-cmd.py
Split src tree python use to config/bin/python and dev/bup-python
[bup.git] / lib / cmd / import-duplicity-cmd.py
index 77b53ebc7cbe3645bf20b1bae1f3c40f4adbcfc0..348be8cbbaa397b9620ca4b1ea3b2e67dd475d16 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