diff --git a/scripts/appimage_embed_python.sh b/scripts/appimage_embed_python.sh index 3beceba7..c1e08382 100755 --- a/scripts/appimage_embed_python.sh +++ b/scripts/appimage_embed_python.sh @@ -12,6 +12,7 @@ ls python_prefix=$(pkg-config --variable=prefix python3) echo "pprefix $python_prefix" +ls /github/workspace/cutter-deps/ ls "$python_prefix" ls "$python_prefix/bin" python_version=`$python_prefix/bin/python3 --version` diff --git a/scripts/fetch_deps.sh b/scripts/fetch_deps.sh index 4dd2bc5a..c28c7eff 100755 --- a/scripts/fetch_deps.sh +++ b/scripts/fetch_deps.sh @@ -60,6 +60,10 @@ echo "$DEPS_SHA256 $DEPS_FILE" | ${SHA256SUM} -c - || exit 1 tar -xf "$DEPS_FILE" || exit 1 if [ -f relocate.sh ]; then + echo "-----------before relocate" + cat ./python/lib/pkgconfig/* || true ./relocate.sh || exit 1 + echo "-----------after relocate" + cat ./python/lib/pkgconfig/* || true fi