games/wesnoth: Fix parameters to build campaign server.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2015-05-29 04:06:58 +07:00
parent 4fa406584f
commit 0e40bafd7a

View file

@ -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