summaryrefslogtreecommitdiff
path: root/scripts/build/debug/500-strace.sh
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2012-02-05 22:26:55 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2012-02-05 22:26:55 (GMT)
commit4f9ad0f380035841b9615b5c9111cd0501195c74 (patch)
tree1936d8fd3b43c69e1acbac1d84a96d691c23c34f /scripts/build/debug/500-strace.sh
parented33c4967a4ad27ad3205fbb28560aa2875b5046 (diff)
scripts: fix download from sourceforge
It seems sourceforge changed yet again the way to download files. This time, no longer use their 'mesh' thingy, and hard-code the server to use in the URL... Sigh... :-( Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> (transplanted from ef6dad58ab1cd38946258552a3ee624a6339f54c)
Diffstat (limited to 'scripts/build/debug/500-strace.sh')
-rw-r--r--scripts/build/debug/500-strace.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/debug/500-strace.sh b/scripts/build/debug/500-strace.sh
index 65d4086..38eaf88 100644
--- a/scripts/build/debug/500-strace.sh
+++ b/scripts/build/debug/500-strace.sh
@@ -1,7 +1,7 @@
# Build script for strace
do_debug_strace_get() {
- CT_GetFile "strace-${CT_STRACE_VERSION}" http://mesh.dl.sourceforge.net/sourceforge/strace/
+ CT_GetFile "strace-${CT_STRACE_VERSION}" http://kent.dl.sourceforge.net/sourceforge/strace/
# Downloading from sourceforge leaves garbage, cleanup
CT_DoExecLog ALL rm -f "${CT_TARBALLS_DIR}/showfiles.php"*
}