Changeset 62f6590 for BOOK/final-system/common
- Timestamp:
- May 9, 2014, 9:10:44 PM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- ce067a0
- Parents:
- 6ead20f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/iproute2.xml
r6ead20f r62f6590 40 40 <para os="a">Compile the package:</para> 41 41 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> 65 49 66 50 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.