From 3ed184a1f293eb78bb002935fbe013223840e9b3 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Thu, 3 Mar 2011 19:28:16 +0100 Subject: 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" diff --git a/scripts/build/companion_tools/050-make.sh b/scripts/build/companion_tools/050-make.sh index 2a07435..6524e35 100644 --- a/scripts/build/companion_tools/050-make.sh +++ b/scripts/build/companion_tools/050-make.sh @@ -9,6 +9,7 @@ do_companion_tools_make_get() { do_companion_tools_make_extract() { CT_Extract "make-${CT_MAKE_VERSION}" + CT_DoExecLog ALL chmod -R u+w "${CT_SRC_DIR}/make-${CT_MAKE_VERSION}" CT_Patch "make" "${CT_MAKE_VERSION}" } -- cgit v0.10.2-6-g49f6