aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2003-05-11 15:09:30 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2003-05-11 15:09:30 +0000
commit6e507556d6130fdc77ce5f4e8ad5cdcf5bfd94f5 (patch)
tree6c19427fb0888c2fcd4016b5a7303cdcd9642b61 /chapter05
parent7972fe02a9414332d72f39ebcc9fa950e3a879d0 (diff)
Applied Zack's patches. Untested at the moment, will do a build in a few minutes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2555 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/bash-inst.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml
index 7a0d7da55..cc09f03f9 100644
--- a/chapter05/bash-inst.xml
+++ b/chapter05/bash-inst.xml
@@ -3,6 +3,12 @@
<sect2>
<title>Installation of Bash</title>
+<para>Bash has a number of bugs in it that cause it to not behave the
+way it is expected at times. Fix this behaviour with the following
+patch:</para>
+
+<para><screen><userinput>patch -Np1 -i ../bash-&bash-patch-version;.patch</userinput></screen></para>
+
<para><screen><userinput>./configure --prefix=/stage1 \
&nbsp;&nbsp;&nbsp;&nbsp;--with-curses --without-bash-malloc
make