# HG changeset patch # User "Yann E. MORIN" # Date 1299176920 -3600 # Node ID be460a168d11ab509ad767182f4537ad3286dac6 # Parent 3d0a8d386afd3dbb19ba607a67fe0b813775ee10 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" diff -r 3d0a8d386afd -r be460a168d11 scripts/build/companion_tools/300-automake.sh --- a/scripts/build/companion_tools/300-automake.sh Thu Mar 03 19:26:08 2011 +0100 +++ b/scripts/build/companion_tools/300-automake.sh Thu Mar 03 19:28:40 2011 +0100 @@ -9,6 +9,7 @@ do_companion_tools_automake_extract() { CT_Extract "automake-${CT_AUTOMAKE_VERSION}" + CT_DoExecLog ALL chmod -R u+w "${CT_SRC_DIR}/automake-${CT_AUTOMAKE_VERSION}" CT_Patch "automake" "${CT_AUTOMAKE_VERSION}" }