From 67614896dee0477a6cdf8880b099062b47663870 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 19 Mar 2014 13:52:56 +0000 Subject: Fix a syntax issue --- wine/build/wine.SlackBuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'wine') diff --git a/wine/build/wine.SlackBuild b/wine/build/wine.SlackBuild index fa31f166..ee9c056c 100755 --- a/wine/build/wine.SlackBuild +++ b/wine/build/wine.SlackBuild @@ -110,7 +110,7 @@ BUILD=${BUILD:-1} TAG=${TAG:-alien} # If you do not want wine64 on Slackware64, set this to "no": -DO_WINE64=$DO_WINE64:-"yes"} +DO_WINE64=${DO_WINE64:-"yes"} # Add the "Gecko", Wine's own implementation of Internet Explorer. # For matching wine_gecko & wine versions, see http://wiki.winehq.org/Gecko @@ -265,6 +265,10 @@ chmod -R u+w,go+r-w,a+X-s . echo Building ... +if [ "${DO_WINE64}" = "yes" ]; then + echo "Also building wine64 (shared support, aka WoW64)" +fi + if [ "${OPENGL}" = "YES" -o "${OPENGL}" = "yes" ]; then do_opengl="" else -- cgit v1.2.3-65-gdbad