mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
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>
This commit is contained in:
parent
a6b1e76e9c
commit
48a6960048
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue