mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +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
ffd4ed482f
commit
f209917f5e
@ -1,7 +1,8 @@
|
||||
# Build script for strace
|
||||
|
||||
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
|
||||
CT_DoExecLog ALL rm -f "${CT_TARBALLS_DIR}/showfiles.php"*
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user