Ignore:
Timestamp:
Feb 21, 2006, 1:23:04 AM (19 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:
69caf2f
Parents:
82fedc4
Message:

r781@server (orig r779): jim | 2005-11-30 22:14:06 -0800

r836@server: jim | 2005-11-30 22:13:02 -0800
Text updates to final-system


File:
1 edited

Legend:

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

    r82fedc4 re0e40d3  
    3939    <para os="a">Prepare Findutils for compilation:</para>
    4040
    41 <screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/locate \
     41<screen os="b"><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/locate \
    4242    --localstatedir=/var/lib/locate</userinput></screen>
    4343
    44     <variablelist os="b">
     44    <variablelist os="c">
    4545      <title>The meaning of the configure options:</title>
    4646
     
    5656    </variablelist>
    5757
    58     <para os="c">Compile the package:</para>
     58    <para os="d">Compile the package:</para>
    5959
    60 <screen os="d"><userinput>make</userinput></screen>
     60<screen os="e"><userinput>make</userinput></screen>
    6161
    62     <para os="e">To test the results, issue:
     62    <para os="f">To test the results, issue:
    6363    <userinput>make check</userinput>.</para>
    6464
    65     <para os="f">Install the package:</para>
     65    <para os="g">Install the package:</para>
    6666
    67 <screen os="g"><userinput>make install</userinput></screen>
     67<screen os="h"><userinput>make install</userinput></screen>
    6868
    6969  </sect2>
Note: See TracChangeset for help on using the changeset viewer.