From 0e40bafd7ac1bf4e73862313617f39cb15fb7b17 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Fri, 29 May 2015 04:06:58 +0700 Subject: games/wesnoth: Fix parameters to build campaign server. Signed-off-by: Willy Sudiarto Raharjo --- games/wesnoth/wesnoth.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/wesnoth/wesnoth.SlackBuild') 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 -- cgit v1.2.3