diff --git a/scripts/fetch_deps.sh b/scripts/fetch_deps.sh index d6d807e36..fade51010 100755 --- a/scripts/fetch_deps.sh +++ b/scripts/fetch_deps.sh @@ -60,6 +60,11 @@ echo "$DEPS_SHA256 $DEPS_FILE" | ${SHA256SUM} -c - || exit 1 tar -xf "$DEPS_FILE" || exit 1 if [ -f relocate.sh ]; then + echo " before relocate" + cat relocate.sh + cat ./python/lib/pkgconfig/* ./relocate.sh || exit 1 + echo " after relocate" + cat ./python/lib/pkgconfig/* fi