Ignore:
Timestamp:
May 9, 2014, 11:35:39 AM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
2690a47
Parents:
d50634a (diff), 51bd77c4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'systemd' of cross-lfs.org:cross-lfs into systemd

File:
1 edited

Legend:

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

    rd50634a rc38c1fb  
    4040    <para os="a">Compile the package:</para>
    4141
    42 <screen os="b"><userinput>make DESTDIR= MANDIR=/usr/share/man</userinput></screen>
    43 
    44     <variablelist os="c">
    45       <title>The meaning of the make option:</title>
    46 
    47       <varlistentry>
    48         <term><parameter>DESTDIR=</parameter></term>
    49         <listitem>
    50           <para>This option overrides the default DESTDIR of /usr, so that
    51           that the IPRoute2 binaries will be installed into
    52           <filename class="directory">/sbin</filename>. This is the correct
    53           location according to the FHS, as some of these programs may be
    54           needed before <filename class="directory">/usr</filename> is available.</para>
    55         </listitem>
    56       </varlistentry>
    57     </variablelist>
    58 
    59     <para os="d">This package does not come with a test suite.</para>
    60 
    61     <para os="e">Install the package:</para>
    62 
    63 <screen os="f"><userinput>make DESTDIR= DOCDIR=/usr/share/doc/iproute2-&iproute2-version; \
    64     MANDIR=/usr/share/man install</userinput></screen>
     42<screen os="b"><userinput>make</userinput></screen>
     43
     44    <para os="c">This package does not come with a test suite.</para>
     45
     46    <para os="d">Install the package:</para>
     47
     48<screen os="e"><userinput>make DOCDIR=/usr/share/doc/iproute2-&iproute2-version; install</userinput></screen>
    6549
    6650  </sect2>
Note: See TracChangeset for help on using the changeset viewer.