[generate] Copy coasts_obsolete for external_resources

This commit is contained in:
Ilya Zverev 2016-03-18 19:36:55 +03:00
parent 144ffca86b
commit 7f389bb04d

View file

@ -459,6 +459,7 @@ if [ "$MODE" == "resources" ]; then
if [ -n "$OPT_WORLD" ]; then
# Update external resources
[ -z "$(ls "$TARGET" | grep '\.ttf')" ] && cp "$DATA_PATH"/*.ttf "$TARGET"
cp "$DATA_PATH/WorldCoasts_obsolete.mwm" "$TARGET"
EXT_RES="$TARGET/external_resources.txt"
echo -n > "$EXT_RES"
UNAME="$(uname)"