Changeset 9383fe4 for BOOK/final-system


Ignore:
Timestamp:
Oct 11, 2006, 8:52:41 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
a7fa075
Parents:
35df0584
Message:

Updated to Bash 3.2

Location:
BOOK/final-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/bash.xml

    r35df0584 r9383fe4  
    2828    install HTML documentation, issue the following commands:</para>
    2929
    30 <screen os="b"><userinput>tar -xvf ../bash-doc-&bash-doc-version;.tar.gz &amp;&amp;
    31 sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \
    32     Makefile.in</userinput></screen>
    33 
    34     <para os="p1">The following patch contains updates from the maintainer. The
    35     maintainer of Bash only releases these patches to fix serious issues.</para>
    36 
    37 <screen os="p2"><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
     30<screen os="b"><userinput>tar -xvf ../bash-doc-&bash-doc-version;.tar.gz</userinput></screen>
    3831
    3932    <para os="g">Prepare Bash for compilation:</para>
     
    6558    <para os="m">Install the package:</para>
    6659
    67 <screen os="n"><userinput>make install</userinput></screen>
     60<screen os="n"><userinput>make htmldir=/usr/share/doc/bash-&bash-version; install</userinput></screen>
    6861
    6962    <para os="o">Run the newly compiled <command>bash</command> program (replacing
  • BOOK/final-system/multilib/bash.xml

    r35df0584 r9383fe4  
    2929    href="../common/bash.xml"
    3030    xpointer="xpointer(//*[@os='b'])"/>
    31 
    32     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    33     href="../common/bash.xml"
    34     xpointer="xpointer(//*[@os='p1'])"/>
    35 
    36     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    37     href="../common/bash.xml"
    38     xpointer="xpointer(//*[@os='p2'])"/>
    3931
    4032    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.