diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-02-07 00:15:23 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-02-07 00:15:23 +0000 |
commit | 96b2539bf80d64e1f7375333a92b9ef0ced449e6 (patch) | |
tree | e96b107fb6efcb62c53201e5cbffce180205da4c /chapter06 | |
parent | 813b1dc7237af18e897f82b9eea0ee86e475002b (diff) |
Add bash patches through patch-033.
Update mpfr patches through patch-11.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10829 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bash.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 2756e35e9..72e36e32a 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -39,12 +39,12 @@ <sect2 role="installation"> <title>Installation of Bash</title> -<!-- + <para>First, apply the following patch to fix various bugs that have been addressed upstream:</para> <screen><userinput remap="pre">patch -Np1 -i ../&bash-fixes-patch;</userinput></screen> ---> + <para>Prepare Bash for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ |