Skip to content

Commit 903ceeb

Browse files
committed
sdk-installer: include find.exe
... as it is needed by info's post-install script. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 2f1934c commit 903ceeb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdk-installer/release.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@ fileList="etc/nsswitch.conf \
8080
usr/bin/gpg.exe \
8181
usr/bin/chmod.exe \
8282
usr/bin/wc.exe \
83+
usr/bin/find.exe \
8384
$(dlls_for_exes /usr/bin/gpg.exe /usr/bin/curl.exe /usr/bin/chmod.exe \
84-
/usr/bin/wc.exe) \
85+
/usr/bin/wc.exe /usr/bin/find.exe) \
8586
usr/ssl/certs/ca-bundle.crt \
8687
var/lib/pacman \
8788
$FAKEROOTDIR/setup-git-sdk.bat $FAKEROOTDIR/etc $FAKEROOTDIR/usr"

0 commit comments

Comments
 (0)