summaryrefslogtreecommitdiffstats
path: root/wine-pipelight
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-04-08 17:10:25 +0000
committer Eric Hameleers <alien@slackware.com>2014-04-08 17:10:25 +0000
commit95a353425b3e010b4e65df5eb6d8b47ee3f35f37 (patch)
treed052b63ee568a8adfcf71643b8a564b906379ab9 /wine-pipelight
parent1fc1acdf8ec2898c27a15f972066b583a0a26cde (diff)
downloadasb-95a353425b3e010b4e65df5eb6d8b47ee3f35f37.tar.gz
asb-95a353425b3e010b4e65df5eb6d8b47ee3f35f37.tar.xz
Harmless but it gives the wrong impression on 32-bit
Diffstat (limited to 'wine-pipelight')
-rwxr-xr-xwine-pipelight/build/wine-pipelight.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/wine-pipelight/build/wine-pipelight.SlackBuild b/wine-pipelight/build/wine-pipelight.SlackBuild
index 9dc2e52d..8a357bb0 100755
--- a/wine-pipelight/build/wine-pipelight.SlackBuild
+++ b/wine-pipelight/build/wine-pipelight.SlackBuild
@@ -222,7 +222,7 @@ chmod -R u+w,go+r-w,a+X-s .
echo Building ...
-if [ "${DO_WINE64}" = "yes" ]; then
+if [ "$ARCH" = "x86_64" -a "$DO_WINE64" = "yes" ]; then
echo "Also building wine64 (shared support, aka WoW64)"
fi