diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-12-30 15:38:03 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-12-30 15:38:03 +0100 |
commit | da84e43df40e17854d57202f3ce2a3346b710abe (patch) | |
tree | 9d41b000c19404612982645a9f641aac93dfa8d0 /scripts/build/debug | |
parent | 04c68600ea03e032d0cebac79336b71dc9f976f5 (diff) | |
download | crosstool-ng-da84e43df40e17854d57202f3ce2a3346b710abe.tar.gz crosstool-ng-da84e43df40e17854d57202f3ce2a3346b710abe.tar.bz2 crosstool-ng-da84e43df40e17854d57202f3ce2a3346b710abe.zip |
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.
Diffstat (limited to 'scripts/build/debug')
-rw-r--r-- | scripts/build/debug/300-gdb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/debug/300-gdb.sh b/scripts/build/debug/300-gdb.sh index d9f2439f..b10b6eef 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 |