mirror of
https://github.com/glest/glest-source.git
synced 2025-09-03 04:52:34 +02:00
- updated launch script to remove norsemen training_field upgrade if exists
This commit is contained in:
@@ -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/${FUSION_LINKEDLIBNAME}" "$FUSION_LIBLOOKUP1" "$FUSION_LIBLOOKUP2"
|
||||||
findMissingSO "$LDCONFIG" "$GAMEDIR/$LIBDIR/${DIRECT_LINKEDLIBNAME}" "$DIRECT_LIBLOOKUP1" "$DIRECT_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 $@
|
||||||
# ./bin/glest.bin $@ 2>&1 | tee -a /tmp/`date +"%F_%k-%M-%S"`.glest.log 2>&1
|
# ./bin/glest.bin $@ 2>&1 | tee -a /tmp/`date +"%F_%k-%M-%S"`.glest.log 2>&1
|
||||||
|
Reference in New Issue
Block a user