diff --git a/chapter06/bash.xml b/chapter06/bash.xml index cd29529fd..9fc9c4b92 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -48,7 +48,8 @@ ./configure --prefix=/usr \ --build=$(sh support/config.guess) \ --host=$LFS_TGT \ - --without-bash-malloc + --without-bash-malloc \ + --docdir=/usr/share/doc/bash-&bash-version; The meaning of the configure options: