Skip to content

Commit ab251f7

Browse files
committed
make-file-list.sh: exclude recode-sr-latin
For some reason, `mingw-w64-gettext` contains the awfully specific tool `recode-sr-latin` (which converts Serbian to Latin). We do not need it in Git for Windows, and nobody could have used it, anyway, as it links to `libgettextlib-0-19-8-1.dll`, which we already exclude from the Git for Windows installer. So let's just exclude it. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent cf69ae3 commit ab251f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make-file-list.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ grep -v -e '\.[acho]$' -e '\.l[ao]$' -e '/aclocal/' \
148148
-e '^/mingw../bin/\(autopoint\|[a-z]*-config\)$' \
149149
-e '^/mingw../bin/lib\(asprintf\|gettext\|gnutls\|gnutlsxx\|gmpxx\|pcre[013-9a-oq-z]\|quadmath\|stdc++\)[^/]*\.dll$' \
150150
-e '^/mingw../bin/\(asn1\|gnutls\|idn\|mini\|msg\|nettle\|ngettext\|ocsp\|pcre\|rtmp\|xgettext\)[^/]*\.exe$' \
151+
-e '^/mingw../bin/recode-sr-latin.exe$' \
151152
-e '^/mingw../bin/\(cert\|p11\|psk\|srp\)tool.exe$' \
152153
-e '^/usr/bin/msys-\(ncurses++w6\|asprintf-[0-9]*\|\)\.dll$' \
153154
-e '^/mingw../.*/git-\(remote-testsvn\|shell\)\.exe$' \

0 commit comments

Comments
 (0)