summaryrefslogtreecommitdiff
path: root/scripts/build/debug/500-strace.sh
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2012-08-19 08:09:40 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2012-08-19 08:09:40 (GMT)
commitb658fdc2cf31bcb35c1e456707adfca8fae7c9da (patch)
tree58ae181f11625664a8bf9ea841e9a056819fc3b9 /scripts/build/debug/500-strace.sh
parentd202a38e0b1c72597a1ae5565595c8c7c1e91e16 (diff)
scripts: use generic urls for sourceforge
For expat, duma, and strace, use the generic url and 302 to the mirror instead of trying to download a file from a downed mirror and failing. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com> Message-Id: <b69ebeb72fef93c04c84.1345364051@flambe.is-a-geek.org> (transplanted from cb75966698d7e44bc76445d7b249eba89bdf1d8a)
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 f0cfe7f..f71a1b7 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() {
- local base_url="http://kent.dl.sourceforge.net/project/strace/strace"
+ local base_url="http://downloads.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"*