diff options
Diffstat (limited to 'chapter06/bash.xml')
-rw-r--r-- | chapter06/bash.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 82608f068..f7a8eb208 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -50,6 +50,11 @@ sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \ Makefile.in</userinput></screen> + <para>Upstream developers have fixed several issues since the initial + release of Bash-&bash-version;. Apply those fixes:</para> + +<screen><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen> + <para>Prepare Bash for compilation:</para> <screen><userinput>./configure --prefix=/usr --bindir=/bin \ |