"chmod -R u+w" extracted tarballs, as some may have read-only files in them (ncurses-5.7 does).
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Feb 10 08:52:13 2009 +0000 (2009-02-10)
changeset 1208ad9f144b5c65
parent 1207 cd5ff6112979
child 1209 1fc98c1419a7
"chmod -R u+w" extracted tarballs, as some may have read-only files in them (ncurses-5.7 does).

/trunk/scripts/functions | 3 3 0 0 +++
1 file changed, 3 insertions(+)
scripts/functions
     1.1 --- a/scripts/functions	Sun Feb 08 22:07:29 2009 +0000
     1.2 +++ b/scripts/functions	Tue Feb 10 08:52:13 2009 +0000
     1.3 @@ -608,6 +608,9 @@
     1.4          *)            CT_Abort "Don't know how to handle '${basename}${ext}': unknown extension" ;;
     1.5      esac
     1.6  
     1.7 +    # Some tarballs have read-only files... :-(
     1.8 +    chmod -R u+w "${basename}"
     1.9 +
    1.10      touch "${CT_SRC_DIR}/.${basename}.extracted"
    1.11  
    1.12      [ "${nochdir}" = "nochdir" ] || CT_Popd