Merge pull request #2496 from Zverik/obsolete

[generate] Copy coasts_obsolete for external_resources
This commit is contained in:
Viktor Govako 2016-03-24 16:28:10 +03:00
commit f72dcb5757

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)"