temp bash: fix "support/config.guess: Permission denied"

In bash-5.2 tarball config.guess is not executable, so we need to run
the script with an explicit "sh".
This commit is contained in:
Xi Ruoyao 2022-10-09 13:30:58 +08:00
parent b6d3512cc5
commit 68588615e6
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -45,9 +45,9 @@
<para>Prepare Bash for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \
--build=$(support/config.guess) \
--host=$LFS_TGT \
<screen><userinput remap="configure">./configure --prefix=/usr \
--build=$(sh support/config.guess) \
--host=$LFS_TGT \
--without-bash-malloc</userinput></screen>
<variablelist>