Skip to content

Commit 2f1934c

Browse files
committed
sdk-installer: include chmod and wc, as needed by pacman-key
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 95b7892 commit 2f1934c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sdk-installer/release.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,10 @@ fileList="etc/nsswitch.conf \
7878
usr/bin/pacman.exe \
7979
usr/bin/curl.exe \
8080
usr/bin/gpg.exe \
81-
$(dlls_for_exes /usr/bin/gpg.exe /usr/bin/curl.exe) \
81+
usr/bin/chmod.exe \
82+
usr/bin/wc.exe \
83+
$(dlls_for_exes /usr/bin/gpg.exe /usr/bin/curl.exe /usr/bin/chmod.exe \
84+
/usr/bin/wc.exe) \
8285
usr/ssl/certs/ca-bundle.crt \
8386
var/lib/pacman \
8487
$FAKEROOTDIR/setup-git-sdk.bat $FAKEROOTDIR/etc $FAKEROOTDIR/usr"

0 commit comments

Comments
 (0)