mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-03-10 22:43:56 +00:00
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>
This commit is contained in:
parent
eb5cebe144
commit
55052c0d84
@ -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}"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user