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)
commitda84e43df40e17854d57202f3ce2a3346b710abe (patch)
tree9d41b000c19404612982645a9f641aac93dfa8d0
parent04c68600ea03e032d0cebac79336b71dc9f976f5 (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.
-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