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 | bcd6129f14e6d742bf22a96070f4f184b1ef0588 (patch) | |
tree | b22eadc002647a2029213a08ee9a19b990bd6880 | |
parent | 02768432e3a6b21664362d4e7c7e82a1a2299716 (diff) | |
download | crosstool-ng-bcd6129f14e6d742bf22a96070f4f184b1ef0588.tar.gz crosstool-ng-bcd6129f14e6d742bf22a96070f4f184b1ef0588.tar.bz2 crosstool-ng-bcd6129f14e6d742bf22a96070f4f184b1ef0588.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.
(transplanted from 08b0982e4da9402ad39fde431353ebf0248ea34c)
-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 |