mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-25 07:21:05 +00:00
debug/strace: fix download URL
strace upstream location has slightly changed. Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> (transplanted from cc170c96362c5e12d407558042f6fc17ead43f75)
This commit is contained in:
parent
f0edb53da3
commit
8a55290099
@ -1,7 +1,8 @@
|
|||||||
# Build script for strace
|
# Build script for strace
|
||||||
|
|
||||||
do_debug_strace_get() {
|
do_debug_strace_get() {
|
||||||
CT_GetFile "strace-${CT_STRACE_VERSION}" http://kent.dl.sourceforge.net/sourceforge/strace/
|
local base_url="http://kent.dl.sourceforge.net/project/strace/strace"
|
||||||
|
CT_GetFile "strace-${CT_STRACE_VERSION}" "${base_url}/${CT_STRACE_VERSION}"
|
||||||
# Downloading from sourceforge leaves garbage, cleanup
|
# Downloading from sourceforge leaves 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