Changeset c19433e in clfs-sysroot for BOOK/final-system/common/bash.xml


Ignore:
Timestamp:
Oct 14, 2006, 10:13:56 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
b8c1aeb
Parents:
f7a944b
Message:

Updated bash to 3.2.

File:
1 edited

Legend:

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

    rf7a944b rc19433e  
    2828    install HTML documentation, issue the following commands:</para>
    2929
    30 <screen os="b"><userinput>tar -xvf ../bash-doc-&bash-doc-version;.tar.gz
    31 cp Makefile.in{,.orig}
    32 sed "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \
    33     Makefile.in.orig &gt; Makefile.in</userinput></screen>
    34 
    35     <para os="p1">The following patch contains updates from the maintainer. The
    36     maintainer of Bash only releases these patches to fix serious issues.</para>
    37 
    38 <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>
    3931
    4032    <para os="c">Create a config.cache containing information that is not
     
    8274    <para os="j">Install the package:</para>
    8375
    84 <screen os="k"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
     76<screen os="k"><userinput>make DESTDIR=${CLFS} htmldir=/usr/share/doc/bash-&bash-version; install</userinput></screen>
    8577
    8678    <para os="l">Create /bin/sh:</para>
Note: See TracChangeset for help on using the changeset viewer.