From c427fcce6b2ec525f64d307006ef2d96c28b4e1e Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 12 Mar 2012 21:19:26 +0100 Subject: debug/strace: fix download URL strace upstream location has slightly changed. Reported-by: Thomas Petazzoni Signed-off-by: "Yann E. MORIN" --- scripts/build/debug/500-strace.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/build') diff --git a/scripts/build/debug/500-strace.sh b/scripts/build/debug/500-strace.sh index 38eaf889..f0cfe7f2 100644 --- a/scripts/build/debug/500-strace.sh +++ b/scripts/build/debug/500-strace.sh @@ -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"* } -- cgit v1.2.3