diff --git a/make-file-list.sh b/make-file-list.sh index 3c8cdc6958..138d72a6fa 100755 --- a/make-file-list.sh +++ b/make-file-list.sh @@ -29,7 +29,8 @@ pacman_list () { pacman_list mingw-w64-$ARCH-git mingw-w64-$ARCH-git-doc-html \ git-extra ncurses mintty vim openssh winpty \ sed awk less grep gnupg tar findutils coreutils diffutils \ - dos2unix which subversion mingw-w64-$ARCH-tk "$@" | + dos2unix which subversion mingw-w64-$ARCH-tk \ + mingw-w64-$ARCH-connect "$@" | grep -v -e '\.[acho]$' -e '\.l[ao]$' -e '/aclocal/' \ -e '/man/' -e '/pkgconfig/' -e '/emacs/' \ -e '^/usr/lib/python' -e '^/usr/lib/ruby' \