Changeset c38c1fb for BOOK/final-system/common
- Timestamp:
- May 9, 2014, 11:35:39 AM (11 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/iproute2.xml
rd50634a rc38c1fb 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.