Changeset 8748bf3 for chapter05


Ignore:
Timestamp:
07/30/2004 09:52:00 PM (20 years ago)
Author:
Jeremy Utley <jeremy@…>
Branches:
6.0
Children:
4fdb55e
Parents:
fd01247
Message:

Upgraded testing to automake-1.9, man-1.5n, file-4.10, bash-3.0, perl-5.8.5, readline-5.0, tcl-8.4.7

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@3971 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/bash.xml

    rfd01247 r8748bf3  
    2828<title>Installation of Bash</title>
    2929
    30 <para>Bash contains several known bugs. Fix these with the following
    31 patch:</para>
    32 
    33 <screen><userinput>patch -Np1 -i ../bash-&bash-version;-gnu_fixes-2.patch</userinput></screen>
    34 
    35 <para>Now prepare Bash for compilation:</para>
     30<para>Prepare Bash for compilation:</para>
    3631
    3732<screen><userinput>./configure --prefix=/tools --without-bash-malloc</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.