mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 19:52:25 +01:00
- updated launch script to remove norsemen training_field upgrade if exists
This commit is contained in:
parent
3cb7a0897d
commit
0715eef060
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user