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.
This commit is contained in:
Yann E. MORIN" 2009-12-30 15:38:03 +01:00
parent 04c68600ea
commit da84e43df4

View File

@ -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