comptools/autoconf: chmod files to u+w
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Mar 03 19:30:22 2011 +0100 (2011-03-03)
changeset 23295a9a0515f12a
parent 2328 591936a1f917
child 2330 e5678923ea6d
comptools/autoconf: chmod files to u+w

The autoconf-2.65 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/200-autoconf.sh
     1.1 --- a/scripts/build/companion_tools/200-autoconf.sh	Thu Mar 03 19:28:16 2011 +0100
     1.2 +++ b/scripts/build/companion_tools/200-autoconf.sh	Thu Mar 03 19:30:22 2011 +0100
     1.3 @@ -9,6 +9,7 @@
     1.4  
     1.5  do_companion_tools_autoconf_extract() {
     1.6      CT_Extract "autoconf-${CT_AUTOCONF_VERSION}"
     1.7 +    CT_DoExecLog ALL chmod -R u+w "${CT_SRC_DIR}/autoconf-${CT_AUTOCONF_VERSION}"
     1.8      CT_Patch "autoconf" "${CT_AUTOCONF_VERSION}"
     1.9  }
    1.10