mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
[build] Fix World links
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
@@ -101,6 +101,13 @@ if [ -z "$SKIP_MAP_DOWNLOAD" ]; then
|
||||
rm -f WorldCoasts.mwm; ln -s "$WORLD_PATH2" WorldCoasts.mwm
|
||||
fi
|
||||
|
||||
if [ ! -f "World.mwm" ]; then
|
||||
ln -s "$WORLD_PATH" World.mwm
|
||||
fi
|
||||
if [ ! -f "WorldCoasts.mwm" ]; then
|
||||
ln -s "$WORLD_PATH2" WorldCoasts.mwm
|
||||
fi
|
||||
|
||||
popd
|
||||
else
|
||||
echo "Skipping world map download..."
|
||||
|
||||
Reference in New Issue
Block a user