Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

connect: include new connect package #73

Merged
merged 1 commit into from
Aug 21, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion make-file-list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand Down