comptools/automake: chmod files to u+w
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Mar 03 19:28:40 2011 +0100 (2011-03-03)
changeset 2327be460a168d11
parent 2326 3d0a8d386afd
child 2328 591936a1f917
comptools/automake: chmod files to u+w

The automake-1.11.1 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/300-automake.sh
     1.1 --- a/scripts/build/companion_tools/300-automake.sh	Thu Mar 03 19:26:08 2011 +0100
     1.2 +++ b/scripts/build/companion_tools/300-automake.sh	Thu Mar 03 19:28:40 2011 +0100
     1.3 @@ -9,6 +9,7 @@
     1.4  
     1.5  do_companion_tools_automake_extract() {
     1.6      CT_Extract "automake-${CT_AUTOMAKE_VERSION}"
     1.7 +    CT_DoExecLog ALL chmod -R u+w "${CT_SRC_DIR}/automake-${CT_AUTOMAKE_VERSION}"
     1.8      CT_Patch "automake" "${CT_AUTOMAKE_VERSION}"
     1.9  }
    1.10