debug/tools: set the ncurses extension to .tar.gz 1.5
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Dec 30 15:38:03 2009 +0100 (2009-12-30)
branch1.5
changeset 170849c09d2e27fe
parent 1707 b522b439a1e4
child 1709 39970edb42e5
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)
scripts/build/debug/300-gdb.sh
     1.1 --- a/scripts/build/debug/300-gdb.sh	Tue Dec 29 21:16:51 2009 +0100
     1.2 +++ b/scripts/build/debug/300-gdb.sh	Wed Dec 30 15:38:03 2009 +0100
     1.3 @@ -47,7 +47,7 @@
     1.4      fi
     1.5  
     1.6      if [ "${do_ncurses}" = "y" ]; then
     1.7 -        CT_GetFile "ncurses-${CT_NCURSES_VERSION}"          \
     1.8 +        CT_GetFile "ncurses-${CT_NCURSES_VERSION}" .tar.gz  \
     1.9                     {ftp,http}://ftp.gnu.org/pub/gnu/ncurses \
    1.10                     ftp://invisible-island.net/ncurses
    1.11      fi