comptools/make: chmod files to u+w
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Mar 03 19:28:16 2011 +0100 (2011-03-03)
changeset 2328591936a1f917
parent 2327 be460a168d11
child 2329 5a9a0515f12a
comptools/make: chmod files to u+w

The make-3.81 tarball contains RO files.
We have to chmod them u+w.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
scripts/build/companion_tools/050-make.sh
     1.1 --- a/scripts/build/companion_tools/050-make.sh	Thu Mar 03 19:28:40 2011 +0100
     1.2 +++ b/scripts/build/companion_tools/050-make.sh	Thu Mar 03 19:28:16 2011 +0100
     1.3 @@ -9,6 +9,7 @@
     1.4  
     1.5  do_companion_tools_make_extract() {
     1.6      CT_Extract "make-${CT_MAKE_VERSION}"
     1.7 +    CT_DoExecLog ALL chmod -R u+w "${CT_SRC_DIR}/make-${CT_MAKE_VERSION}"
     1.8      CT_Patch "make" "${CT_MAKE_VERSION}"
     1.9  }
    1.10