mkpackage: Fixed LSTS mirror's url
This commit is contained in:
parent
5819ff41e4
commit
422c024635
@ -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.
|
||||
|
Reference in New Issue
Block a user