- updated launch script to remove norsemen training_field upgrade if exists

This commit is contained in:
Mark Vejvoda 2010-08-05 11:28:15 +00:00
parent 3cb7a0897d
commit 0715eef060
1 changed files with 5 additions and 0 deletions

View File

@ -136,5 +136,10 @@ findMissingSO "$LDCONFIG" "$GAMEDIR/$LIBDIR/${DIRECTFB_LINKEDLIBNAME}" "$DIRECTF
findMissingSO "$LDCONFIG" "$GAMEDIR/$LIBDIR/${FUSION_LINKEDLIBNAME}" "$FUSION_LIBLOOKUP1" "$FUSION_LIBLOOKUP2"
findMissingSO "$LDCONFIG" "$GAMEDIR/$LIBDIR/${DIRECT_LINKEDLIBNAME}" "$DIRECT_LIBLOOKUP1" "$DIRECT_LIBLOOKUP2"
if [ -d techs/megapack/factions/norsemen/upgrades/training_field ]; then
# removed as of 3.3.5.1 beta1
rm -r techs/megapack/factions/norsemen/upgrades/training_field
fi
./bin/glest.bin $@
# ./bin/glest.bin $@ 2>&1 | tee -a /tmp/`date +"%F_%k-%M-%S"`.glest.log 2>&1