This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch stretch in repository wine.
commit 6ab5247a00307093c2dd8077e8fff02d42a06feb Author: Jens Reyer <[email protected]> Date: Wed May 18 18:11:27 2016 +0200 Add description to winegcc script. --- debian/scripts/winegcc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/scripts/winegcc b/debian/scripts/winegcc index 9479d50..a993ad1 100644 --- a/debian/scripts/winegcc +++ b/debian/scripts/winegcc @@ -1,5 +1,7 @@ #!/bin/sh -e +# wineg++ fails to find winebuild in Wine's bindir +# See https://bugs.winehq.org/show_bug.cgi?id=40245 if test -z "$WINEBUILD"; then export WINEBUILD="/BINDIR/winebuild" fi -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git _______________________________________________ pkg-wine-party mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party
