diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-02-19 20:45:16 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-02-19 20:45:16 +0000 |
commit | c93d0572c1afcb8ff08030b7dc3f9a7154c90cc3 (patch) | |
tree | 33c625fc156be132eec907bdfb2ae4685d6462be /chapter06 | |
parent | e3408bec32b5a27381932b17252c77c285101676 (diff) |
Add upstream fixes 001-008 for Bash
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7382 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-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 \ |