mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
games/wesnoth: Fix parameters to build campaign server.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4fa406584f
commit
0e40bafd7a
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
PRGNAM=wesnoth
|
||||
VERSION=${VERSION:-1.12.2}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -60,7 +60,7 @@ else
|
|||
fi
|
||||
|
||||
if [ "$SERVER" = "yes" ]; then
|
||||
OPT_SERVER="enable-server enable-campaign-server with-server-uid=229 with-server-gid=229"
|
||||
OPT_SERVER="server-uid=229 server-gid=229"
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
|
Loading…
Reference in a new issue