Skip to content

Commit d37b18e

Browse files
committed
make-file-list.sh: exclude lastlog2
As of the upgrade from util-linux v2.35.2 to v2.40.2, there is now a `lastlog2.exe` and an `msys-lastlog2-2.dll` which we do not want to include in Git for Windows' installer. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 720c657 commit d37b18e

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
@@ -248,6 +248,7 @@ grep -v -e '\.[acho]$' -e '\.l[ao]$' -e '/aclocal/' \
248248
-e '^/usr/bin/msys-\(formw6\|menuw6\|panelw6\)\.dll$' \
249249
-e '^/usr/bin/msys-svn_swig_\(py\|ruby\)-.*\.dll$' \
250250
-e '^/usr/bin/\(dumper\|sasl.*\|sshd\)\.exe$' \
251+
-e '^/usr/bin/.*lastlog2' \
251252
-e '^/usr/lib/gio/' -e '^/usr/lib/sasl2/msys-sasldb-.*\.dll$' \
252253
-e '^/usr/lib/\(itcl\|tdbc\|pkcs11/p11-kit-client\|thread\)' \
253254
-e '^/usr/lib/ssh/sshd\($\|-\)' \

0 commit comments

Comments
 (0)