diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2022-12-09 10:47:42 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-10 07:43:14 +0700 |
commit | da2a857070e6bcf8eda986a2f1dc304c9d9794e2 (patch) | |
tree | fe78a29e8065067e17384a698425d6f0318345ce /system/wine/README | |
parent | 5057860ef297893c7fd1821efaa2f9cbeef7cd59 (diff) |
system/wine: Use uppercase options. Updated BUILD.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/wine/README')
-rw-r--r-- | system/wine/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/wine/README b/system/wine/README index 27aeeee79756..fcddb6cdae37 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. |