mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
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" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
897abbe362
commit
3ed184a1f2
@ -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}"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user