diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-22 23:51:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-28 07:25:59 +0700 |
commit | 48a6960048ce1a1e9564d5a9093f60b0e509fdf4 (patch) | |
tree | d617f86166b9b7f6d7546f18bdbc27a1cf51a875 /games | |
parent | a6b1e76e9c7e9b1ba096f682adb29241c7c3055a (diff) |
games/wesnoth: Do not build tests.
This fixed problem on -current, but harmless in -stable.
Thanks to JK Wood.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/wesnoth/wesnoth.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/wesnoth/wesnoth.SlackBuild b/games/wesnoth/wesnoth.SlackBuild index 6b6f8dd43299..b260b533024a 100644 --- a/games/wesnoth/wesnoth.SlackBuild +++ b/games/wesnoth/wesnoth.SlackBuild @@ -27,7 +27,7 @@ PRGNAM=wesnoth VERSION=${VERSION:-1.12.5} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -94,7 +94,7 @@ scons \ icondir=/usr/share/icons \ desktopdir=/usr/share/applications \ $OPT_SERVER \ - all + wesnoth exploder cutter wesnothd campaignd scons install destdir=$PKG |