Changeset e93718e for BOOK/final-system/common/iproute2.xml
- Timestamp:
- Apr 9, 2014, 1:38:17 AM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 28509d8
- Parents:
- e8a4711 (diff), 4e977d2 (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
re8a4711 re93718e 44 44 <para os="a">Compile the package:</para> 45 45 46 <screen os="b"><userinput>make DESTDIR= \ 47 DOCDIR=/usr/share/doc/iproute2-&iproute2-version; \ 48 MANDIR=/usr/share/man</userinput></screen> 46 <screen os="b"><userinput>make DESTDIR= MANDIR=/usr/share/man</userinput></screen> 49 47 50 48 <variablelist os="c"> … … 61 59 </listitem> 62 60 </varlistentry> 63 64 <varlistentry>65 <term><parameter>DOCDIR=/usr/share/doc/iproute2 MANDIR=/usr/share/man</parameter></term>66 <listitem>67 <para>The DESTDIR=/ parameter would cause documentation to be68 installed into <filename class="directory">/share/doc</filename> and69 <filename class="directory">/share/man</filename>. These options70 ensure the docs are installed to the correct locations.</para>71 </listitem>72 </varlistentry>73 61 </variablelist> 74 62 … … 77 65 <para os="e">Install the package:</para> 78 66 79 <screen os="f"><userinput>make DESTDIR= DOCDIR=/usr/share/doc/iproute2 \67 <screen os="f"><userinput>make DESTDIR= DOCDIR=/usr/share/doc/iproute2-&iproute2-version; \ 80 68 MANDIR=/usr/share/man install</userinput></screen> 81 69
Note:
See TracChangeset
for help on using the changeset viewer.