summaryrefslogtreecommitdiffstats
path: root/system/wine-staging/README
diff options
context:
space:
mode:
author Dave Woodfall2023-04-07 03:22:57 +0200
committer Willy Sudiarto Raharjo2023-04-08 04:16:26 +0200
commit7e1ca77169440e1b8cc1d9bced7ee3938faa6a07 (patch)
treee13a9094d35cb6ab4842d77d4f0ee66945e304db /system/wine-staging/README
parent28bcd6787f5b079722d43a00bb3e09f5ba1b67e8 (diff)
downloadslackbuilds-7e1ca77169440e1b8cc1d9bced7ee3938faa6a07.tar.gz
system/wine-staging: Updated for version 8.5.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/wine-staging/README')
-rw-r--r--system/wine-staging/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/wine-staging/README b/system/wine-staging/README
index 4945f04b05..daed9c4969 100644
--- a/system/wine-staging/README
+++ b/system/wine-staging/README
@@ -17,14 +17,14 @@ This SlackBuild will try to autodetect whether to build for 32 or 64
bits or both. WINE64 and WINE32 can be used to enable/disable each
ARCH:
- WINE64=NO ./wine.SlackBuild
- WINE32=NO ./wine.SlackBuild
+ WINE64=no ./wine.SlackBuild
+ WINE32=no ./wine.SlackBuild
The executable for 64 bit wine is named wine64.
To disable OpenGL support, use:
- OPENGL=NO ./wine.SlackBuild
+ OPENGL=no ./wine.SlackBuild
The above options can be combined.