mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
debug/gdb: chmod ncurses files to u+w
The ncurses-5.7 tarball contains only RO files. We have to chmod them u+w. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
ef429a5a5d
commit
30e16a4dff
@ -76,6 +76,7 @@ do_debug_gdb_extract() {
|
||||
|
||||
if [ "${do_ncurses}" = "y" ]; then
|
||||
CT_Extract "ncurses-${CT_DEBUG_GDB_NCURSES_VERSION}"
|
||||
CT_DoExecLog ALL chmod -R u+w "${CT_SRC_DIR}/ncurses-${CT_DEBUG_GDB_NCURSES_VERSION}"
|
||||
CT_Patch "ncurses" "${CT_DEBUG_GDB_NCURSES_VERSION}"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user