diff --git a/please.sh b/please.sh index 1c7d58d14f..3e9e50c919 100755 --- a/please.sh +++ b/please.sh @@ -3392,7 +3392,7 @@ create_sdk_artifact () { # [--out=] [--git-sdk=] [--archit if test makepkg-git = $mode && test ! -x "$output_path/usr/bin/git" then printf '#!/bin/sh\n\nexec %s/bin/git.exe "$@"\n' \ - "/mingw$bitness" >"$output_path/usr/bin/git" + "$PREFIX" >"$output_path/usr/bin/git" fi && if test makepkg-git = $mode && ! grep -q http://docbook.sourceforge.net/release/xsl-ns/current "$output_path/etc/xml/catalog" then