mkpackage: Fixed LSTS mirror's url

This commit is contained in:
Tiago Marques 2017-06-09 17:27:48 +01:00
parent 5819ff41e4
commit 422c024635

View File

@ -72,7 +72,7 @@ download()
fi
# First try LSTS mirror.
lsts_url="http://www.lsts.pt/glued/$(basename $u)"
lsts_url="http://lsts.pt/glued/$(basename $u)"
download_tool "$lsts_url" "$cfg_dir_downloads/$file"
if [ $? -ne 0 ]; then
# Then try OceanScan-MST mirror.