From dfc4ee54b82105a8af410871c415bad947ed5280 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 13 Aug 2024 10:55:55 +0000 Subject: [PATCH] makepkg-git: support Windows/ARM64 better As of e292201a (please.sh: change from bitness to architecture in create_sdk_artifact, 2022-12-28), we want to use the CPU architecture (or equivalent) instead of the "bitness", but there was one forgotten instance that still needs to be fixed. Signed-off-by: Johannes Schindelin --- please.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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