summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-03-03 18:32:05 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-03-03 18:32:05 (GMT)
commit55052c0d849f2a1e8388418b95007f2bb07ab52e (patch)
tree262a43e6de18acdc4e727d3d8e8eeb4c22ad2792 /scripts
parenteb5cebe144eb95c4d44dd0ca24554792bcdde8ff (diff)
comptools/libtool: chmod files to u+w
The libtool-2.2.6b tarball contains RO files. We have to chmod them u+w. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/companion_tools/400-libtool.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/companion_tools/400-libtool.sh b/scripts/build/companion_tools/400-libtool.sh
index 933b00a..47a1e92 100644
--- a/scripts/build/companion_tools/400-libtool.sh
+++ b/scripts/build/companion_tools/400-libtool.sh
@@ -9,6 +9,7 @@ do_companion_tools_libtool_get() {
do_companion_tools_libtool_extract() {
CT_Extract "libtool-${CT_LIBTOOL_VERSION}"
+ CT_DoExecLog ALL chmod -R u+w "${CT_SRC_DIR}/libtool-${CT_LIBTOOL_VERSION}"
CT_Patch "libtool" "${CT_LIBTOOL_VERSION}"
}