mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-23 22:00:25 +00:00
Merge changes from update_server2 into update_server
This commit is contained in:
parent
6644f2e081
commit
d886914287
@ -138,6 +138,10 @@ if [ $TYPE = wesnothd ]; then
|
||||
esac
|
||||
fi
|
||||
|
||||
if [ "$TYPE" = "campaignd" ] && [ "$VERSION" != "1.14" ]; then
|
||||
BUILD_OPTIONS="forum_user_handler=1"
|
||||
fi
|
||||
|
||||
mkdir -p "$DEST"/var/run
|
||||
|
||||
echo " Version: $VERSION"
|
||||
@ -166,7 +170,6 @@ scons \
|
||||
install-$TYPE \
|
||||
prefix="$DEST" \
|
||||
program_suffix="-$VERSION" \
|
||||
use_network_ana=false \
|
||||
profile=0 \
|
||||
fribidi=0 \
|
||||
python=0 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user