From 897abbe362a321dd7db4c386f536890d6bc8ab87 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Thu, 3 Mar 2011 19:28:40 +0100 Subject: 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 --git a/scripts/build/companion_tools/300-automake.sh b/scripts/build/companion_tools/300-automake.sh index 432db39..029bb83 100644 --- a/scripts/build/companion_tools/300-automake.sh +++ b/scripts/build/companion_tools/300-automake.sh @@ -9,6 +9,7 @@ do_companion_tools_automake_get() { 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}" } -- cgit v0.10.2-6-g49f6