mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-13 22:23:04 +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>
This commit is contained in:
parent
e54d71321e
commit
c427fcce6b
@ -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…
x
Reference in New Issue
Block a user