mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 09:06:19 +00:00
comptools/autoconf: chmod files to u+w
The autoconf-2.65 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
3ed184a1f2
commit
eb5cebe144
@ -9,6 +9,7 @@ do_companion_tools_autoconf_get() {
|
||||
|
||||
do_companion_tools_autoconf_extract() {
|
||||
CT_Extract "autoconf-${CT_AUTOCONF_VERSION}"
|
||||
CT_DoExecLog ALL chmod -R u+w "${CT_SRC_DIR}/autoconf-${CT_AUTOCONF_VERSION}"
|
||||
CT_Patch "autoconf" "${CT_AUTOCONF_VERSION}"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user