summaryrefslogtreecommitdiffstats
path: root/system/wine/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/wine/README')
-rw-r--r--system/wine/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/wine/README b/system/wine/README
index 27aeeee797..fcddb6cdae 100644
--- a/system/wine/README
+++ b/system/wine/README
@@ -10,14 +10,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.