mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-03-23 20:45:17 +00:00
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:
parent
04c68600ea
commit
da84e43df4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user