mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-22 06:07:49 +00:00
Fix archive yymm directory
In case there is a "patchlevel" suffix. Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
3e47aa1c3a
commit
46c3e5e3d4
@ -1469,6 +1469,7 @@ CT_Mirrors()
|
||||
local base yymm
|
||||
base="${version%%-*}"
|
||||
yymm="${version##*-??}"
|
||||
yymm="${yymm%%-*}"
|
||||
echo "https://releases.linaro.org/components/toolchain/${project}-linaro/${version}"
|
||||
echo "https://releases.linaro.org/archive/${yymm}/components/toolchain/${project}-linaro/${base}"
|
||||
echo "https://releases.linaro.org/archive/${yymm}/components/toolchain/${project}-linaro"
|
||||
|
Loading…
Reference in New Issue
Block a user