summaryrefslogtreecommitdiff
path: root/scripts/build/debug/300-gdb.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)
commitf0b1dcf5623a41923a962043e5c1767bc9d9d87a (patch)
tree89d8353bbe045c9abcda4d4aa6ae5e2e2cb9dd4e /scripts/build/debug/300-gdb.sh
parent457786bde13cf327e602d82da4bddce8d458d66d (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/300-gdb.sh')
-rw-r--r--scripts/build/debug/300-gdb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/debug/300-gdb.sh b/scripts/build/debug/300-gdb.sh
index 7c4731b..9f011eb 100644
--- a/scripts/build/debug/300-gdb.sh
+++ b/scripts/build/debug/300-gdb.sh
@@ -62,7 +62,7 @@ do_debug_gdb_get() {
if [ "${do_expat}" = "y" ]; then
CT_GetFile "expat-${CT_DEBUG_GDB_EXPAT_VERSION}" .tar.gz \
- http://mesh.dl.sourceforge.net/sourceforge/expat/expat/${CT_DEBUG_GDB_EXPAT_VERSION}
+ http://kent.dl.sourceforge.net/project/expat/expat/${CT_DEBUG_GDB_EXPAT_VERSION}
fi
}