diff options
Diffstat (limited to 'chapter06/bash.xml')
-rw-r--r-- | chapter06/bash.xml | 8 |
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> |