aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bash.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2014-03-12 20:29:13 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2014-03-12 20:29:13 +0000
commita57d556dd7482aa9322833b8836fd24d57bf46a9 (patch)
treec0e58c6e6b5ba27f7bba520cec1c6e8f70755eb3 /chapter06/bash.xml
parent15458da85629c01c66ee80080b79d41272782b2e (diff)
Tweaks to bash docs installation, readline docs installation,
linux-headers, and findutils. Update to linux-3.13.6. Update to man-pages-3.62. Update to txdata-2014a. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10508 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bash.xml')
-rw-r--r--chapter06/bash.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml
index c63b8b715..d19ea1a25 100644
--- a/chapter06/bash.xml
+++ b/chapter06/bash.xml
@@ -47,10 +47,10 @@
-->
<para>Prepare Bash for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr \
- --bindir=/bin \
- --htmldir=/usr/share/doc/bash-&bash-version; \
- --without-bash-malloc \
+<screen><userinput remap="configure">./configure --prefix=/usr \
+ --bindir=/bin \
+ --docdir=/usr/share/doc/bash-&bash-version; \
+ --without-bash-malloc \
--with-installed-readline</userinput></screen>
<variablelist>