summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-12-30 14:38:03 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-12-30 14:38:03 (GMT)
commitbcd6129f14e6d742bf22a96070f4f184b1ef0588 (patch)
treeb22eadc002647a2029213a08ee9a19b990bd6880
parent02768432e3a6b21664362d4e7c7e82a1a2299716 (diff)
debug/tools: set the ncurses extension to .tar.gz
TRying to download every extension in turn takes ages, so help the helper by telling what extension to retrieve. (transplanted from 08b0982e4da9402ad39fde431353ebf0248ea34c)
-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 d9f2439..b10b6ee 100644
--- a/scripts/build/debug/300-gdb.sh
+++ b/scripts/build/debug/300-gdb.sh
@@ -47,7 +47,7 @@ do_debug_gdb_get() {
fi
if [ "${do_ncurses}" = "y" ]; then
- CT_GetFile "ncurses-${CT_NCURSES_VERSION}" \
+ CT_GetFile "ncurses-${CT_NCURSES_VERSION}" .tar.gz \
{ftp,http}://ftp.gnu.org/pub/gnu/ncurses \
ftp://invisible-island.net/ncurses
fi