Skip to content

Commit ce6dd24

Browse files
committed
Merge pull request #73 from nalla/include-connect
connect: include new connect package
2 parents 886cc28 + 423208f commit ce6dd24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

make-file-list.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ pacman_list () {
2929
pacman_list mingw-w64-$ARCH-git mingw-w64-$ARCH-git-doc-html \
3030
git-extra ncurses mintty vim openssh winpty \
3131
sed awk less grep gnupg tar findutils coreutils diffutils \
32-
dos2unix which subversion mingw-w64-$ARCH-tk "$@" |
32+
dos2unix which subversion mingw-w64-$ARCH-tk \
33+
mingw-w64-$ARCH-connect "$@" |
3334
grep -v -e '\.[acho]$' -e '\.l[ao]$' -e '/aclocal/' \
3435
-e '/man/' -e '/pkgconfig/' -e '/emacs/' \
3536
-e '^/usr/lib/python' -e '^/usr/lib/ruby' \

0 commit comments

Comments
 (0)