summaryrefslogtreecommitdiffstats
path: root/games/wesnoth
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-05-29 04:06:58 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-05-31 10:36:18 +0700
commit0e40bafd7ac1bf4e73862313617f39cb15fb7b17 (patch)
tree02ca98f029a12e43115575f0c80b734e36c6db8d /games/wesnoth
parent4fa406584f2b28a69984da39fe55b1bff1087d36 (diff)
downloadslackbuilds-0e40bafd7ac1bf4e73862313617f39cb15fb7b17.tar.gz
slackbuilds-0e40bafd7ac1bf4e73862313617f39cb15fb7b17.tar.xz
games/wesnoth: Fix parameters to build campaign server.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/wesnoth')
-rw-r--r--games/wesnoth/wesnoth.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/wesnoth/wesnoth.SlackBuild b/games/wesnoth/wesnoth.SlackBuild
index 71b3694cbe..70695da14c 100644
--- a/games/wesnoth/wesnoth.SlackBuild
+++ b/games/wesnoth/wesnoth.SlackBuild
@@ -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