diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-12-28 15:51:10 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-31 08:22:28 +0700 |
commit | 24f5e5ded176e5f39c2b60f5efa251c768c851a9 (patch) | |
tree | d65d1b8a35b0aa70e7dba16792436890c41d42cd /games | |
parent | 7cae4f0f13909a963d9f38df80c82e5275767eec (diff) | |
download | slackbuilds-24f5e5ded176e5f39c2b60f5efa251c768c851a9.tar.gz |
games/roccat-tools: Removed lua52 reference.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/roccat-tools/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/roccat-tools/README b/games/roccat-tools/README index 71b6e016be..2f16325633 100644 --- a/games/roccat-tools/README +++ b/games/roccat-tools/README @@ -51,8 +51,9 @@ Do a logout/login to apply your new group ownership and replug your device and everything should work as expected. You can optionally compile support for Lua 5.1 or 5.2 if you want -scripting possibilities. This will add lua or lua52 as a dependency, -both available at SBo. Set the Lua version like this: +scripting possibilities. This will add lua (available at SBo) or +lua-5.2 (not available at SBo) as a dependency. +Set the Lua version like this: LUAVERSION="5.1" |