scripts/functions
changeset 2331 bbfd61c12916
parent 2308 911b3a703497
child 2339 730e2d63296b
     1.1 --- a/scripts/functions	Mon Dec 20 00:07:29 2010 +0100
     1.2 +++ b/scripts/functions	Thu Mar 03 23:46:03 2011 +0100
     1.3 @@ -681,11 +681,6 @@
     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 -    # Because of nochdir, we don't know where we are, so chmod all
     1.9 -    # the src tree
    1.10 -    CT_DoExecLog DEBUG chmod -R u+w "${CT_SRC_DIR}"
    1.11 -
    1.12      # Don't mark as being extracted for git
    1.13      case "${ext}" in
    1.14          /.git)  ;;