fixed quoting for the alternate servers as well

This commit is contained in:
Gunter Labes 2009-05-29 00:52:18 +00:00
parent 82ac25049e
commit fa56679a93

View file

@ -63,8 +63,8 @@ if [ $SCONS = yes ]; then
if [ $TYPE = wesnothd ]; then
BUILD_FLAGS="'fifodir=$BUILD_DIR/var/run' raw_sockets=1 forum_user_handler=1"
case $(hostname) in
gonzo.dicp.de) BUILD_FLAGS="'fifodir=$BUILD_DIR/var/run raw_sockets=1' boostdir=$HOME/tools/include boostlibdir=$HOME/tools/lib boost_suffix=-mt" ;;
basilic) BUILD_FLAGS="'fifodir=$BUILD_DIR/var/run raw_sockets=1'" ;;
gonzo.dicp.de) BUILD_FLAGS="'fifodir=$BUILD_DIR/var/run' raw_sockets=1 'boostdir=$HOME/tools/include' 'boostlibdir=$HOME/tools/lib' boost_suffix=-mt" ;;
basilic) BUILD_FLAGS="'fifodir=$BUILD_DIR/var/run' raw_sockets=1" ;;
esac
fi
mkdir -p "$BUILD_DIR"/var/run