Skip to content

Commit 423208f

Browse files
author
마누엘
committed
connect: include new connect package
Lets include the newly created package in the installer. Note that the huble maintainer needs to build, release and install that package so that it will indeed be picked up. This fixes git-for-windows/git#293 Signed-off-by: 마누엘 <[email protected]>
1 parent 886cc28 commit 423208f

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)