Changeset 586feb7 in clfs-sysroot for BOOK/final-system/common/texinfo.xml


Ignore:
Timestamp:
Jul 2, 2006, 7:45:15 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
940e6b3
Parents:
89c10a9
Message:

Updated the bootscripts package and make LFS to CLFS updates.

File:
1 edited

Legend:

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

    r89c10a9 r586feb7  
    3333    <para os="a">Prepare Texinfo for compilation:</para>
    3434
    35 <screen os="b"><userinput>./configure --prefix=/usr --host=${LFS_TARGET}</userinput></screen>
     35<screen os="b"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen>
    3636
    3737    <para os="c">Compile the package:</para>
     
    4141    <para os="e">Install the package:</para>
    4242
    43 <screen os="f"><userinput>make DESTDIR=${LFS} install</userinput></screen>
     43<screen os="f"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    4444
    4545    <para os="g">Optionally, install the components belonging in a TeX
    4646    installation:</para>
    4747
    48 <screen os="h"><userinput>make DESTDIR=${LFS} TEXMF=/usr/share/texmf install-tex</userinput></screen>
     48<screen os="h"><userinput>make DESTDIR=${CLFS} TEXMF=/usr/share/texmf install-tex</userinput></screen>
    4949
    5050    <variablelist os="i">
     
    7070    the following optional commands will accomplish the task:</para>
    7171
    72 <screen os="k" role="nodump"><userinput>cd ${LFS}/usr/share/info
     72<screen os="k" role="nodump"><userinput>cd ${CLFS}/usr/share/info
    7373rm dir
    7474for f in *
Note: See TracChangeset for help on using the changeset viewer.