bash: Use docdir in chapter 6 like chapter 8, otherwise an unversioned /usr/share/doc/bash is left around.

This commit is contained in:
Joe Locash
2026-06-02 16:30:01 -04:00
parent b28a98b4af
commit c41dfeaed3

View File

@@ -48,7 +48,8 @@
<screen><userinput remap="configure">./configure --prefix=/usr \
--build=$(sh support/config.guess) \
--host=$LFS_TGT \
--without-bash-malloc</userinput></screen>
--without-bash-malloc \
--docdir=/usr/share/doc/bash-&bash-version;</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>