This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch master in repository wine.
commit 3c733ad57b848262b76486efc6606093db87de21 Author: Jens Reyer <[email protected]> Date: Fri Apr 15 22:43:31 2016 +0200 Fix wording of the wine32 hint. --- debian/scripts/wine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/scripts/wine b/debian/scripts/wine index 253b0de..f745e2f 100755 --- a/debian/scripts/wine +++ b/debian/scripts/wine @@ -7,7 +7,7 @@ wine32=$bindir/wine wine64=$bindir/wine64 wine32_hint () { - echo "it looks like wine32 is not installed. this is not supported, you should install it." + echo "it looks like $(echo $script | sed s/wine/wine32/) is missing, you should install it." if [ "$(dpkg --print-architecture)" = "amd64" -a "$(dpkg --print-foreign-architectures | grep -cx "i386")" -ne 1 ]; then echo "multiarch needs to be enabled first. as root, please" echo "execute \"dpkg --add-architecture i386 && apt-get update &&" -- 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
