mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-03 03:26:39 +00:00
debug/duma: fix download url
Sourceforge has again changed its mirroring system... :-( Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
parent
fdceb40d84
commit
f8ffee3dda
@ -1,10 +1,15 @@
|
|||||||
# Build script for D.U.M.A.
|
# Build script for D.U.M.A.
|
||||||
|
|
||||||
do_debug_duma_get() {
|
do_debug_duma_get() {
|
||||||
|
local dl_base
|
||||||
|
|
||||||
|
dl_base="http://dfn.dl.sourceforge.net/project/duma/duma"
|
||||||
|
dl_base+="/${CT_DUMA_VERSION//_/.}"
|
||||||
|
|
||||||
# Downloading an non-existing file from sourceforge will give you an
|
# Downloading an non-existing file from sourceforge will give you an
|
||||||
# HTML file containing an error message, instead of returning a 404.
|
# HTML file containing an error message, instead of returning a 404.
|
||||||
# Sigh...
|
# Sigh...
|
||||||
CT_GetFile "duma_${CT_DUMA_VERSION}" .tar.gz http://kent.dl.sourceforge.net/sourceforge/duma/
|
CT_GetFile "duma_${CT_DUMA_VERSION}" .tar.gz "${dl_base}"
|
||||||
# Downloading from sourceforge may leave garbage, cleanup
|
# Downloading from sourceforge may leave garbage, cleanup
|
||||||
CT_DoExecLog ALL rm -f "${CT_TARBALLS_DIR}/showfiles.php"*
|
CT_DoExecLog ALL rm -f "${CT_TARBALLS_DIR}/showfiles.php"*
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user