From 7f389bb04d55e17bd5be806bc59817838ff72ff7 Mon Sep 17 00:00:00 2001 From: Ilya Zverev Date: Fri, 18 Mar 2016 19:36:55 +0300 Subject: [PATCH] [generate] Copy coasts_obsolete for external_resources --- tools/unix/generate_planet.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/unix/generate_planet.sh b/tools/unix/generate_planet.sh index 73a03b1811..b7aeadccee 100755 --- a/tools/unix/generate_planet.sh +++ b/tools/unix/generate_planet.sh @@ -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)"