Browse Source

improve detection of whether compiled

master
poikilos 5 years ago
committed by Jacob Gustafson
parent
commit
8ff3bbcbc0
  1. 4
      webapp/install-mts.sh

4
webapp/install-mts.sh

@ -95,6 +95,10 @@ if [ -d minetest ]; then
echo "* enabling compile (since no `pwd`/minetest/bin/minetest but client install is enabled)"
fi
fi
if [ ! -f minetest/bin/minetestserver ]; then
enable_compile=true
echo "* enabling compile (since no `pwd`/minetest/bin/minetestserver)"
fi
else
echo "* enabling compile since missing `pwd`/minetest directory"
fi

Loading…
Cancel
Save