Merge changes from update_server2 into update_server

This commit is contained in:
Iris Morelle 2021-11-28 05:15:03 -03:00
parent 6644f2e081
commit d886914287
No known key found for this signature in database
GPG Key ID: E312033F4023A753

View File

@ -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 \