mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-21 17:26:41 +00:00
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" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
30e16a4dff
commit
897abbe362
@ -9,6 +9,7 @@ do_companion_tools_automake_get() {
|
|||||||
|
|
||||||
do_companion_tools_automake_extract() {
|
do_companion_tools_automake_extract() {
|
||||||
CT_Extract "automake-${CT_AUTOMAKE_VERSION}"
|
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}"
|
CT_Patch "automake" "${CT_AUTOMAKE_VERSION}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user