# HG changeset patch # User "Yann E. MORIN" # Date 1299176768 -3600 # Node ID 3d0a8d386afd3dbb19ba607a67fe0b813775ee10 # Parent 046b36207331785585b69fcb2902053742dfdbee 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" diff -r 046b36207331 -r 3d0a8d386afd scripts/build/debug/300-gdb.sh --- a/scripts/build/debug/300-gdb.sh Sun Feb 27 22:14:12 2011 +0100 +++ b/scripts/build/debug/300-gdb.sh Thu Mar 03 19:26:08 2011 +0100 @@ -76,6 +76,7 @@ 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