|
@@ -47,11 +47,22 @@
|
|
|
|
|
|
<para>Compile the package:</para>
|
|
<para>Compile the package:</para>
|
|
|
|
|
|
- <screen><userinput>make</userinput></screen>
|
|
|
|
|
|
+ <screen><userinput>make SBINDIR=/sbin</userinput></screen>
|
|
|
|
+
|
|
|
|
+ <variablelist>
|
|
|
|
+ <varlistentry>
|
|
|
|
+ <term><parameter>SBINDIR=/sbin</parameter></term>
|
|
|
|
+ <listitem><para>This makes sure that the iproute2 binaries will install into
|
|
|
|
+ <filename class="directory">/sbin</filename>. This is the correct
|
|
|
|
+ location according to the FHS, as some of the iproute2 binaries are used
|
|
|
|
+ in our bootscripts.</para>
|
|
|
|
+ </listitem>
|
|
|
|
+ </varlistentry>
|
|
|
|
+ </variablelist>
|
|
|
|
|
|
<para>Now install it:</para>
|
|
<para>Now install it:</para>
|
|
|
|
|
|
- <screen><userinput>make install</userinput></screen>
|
|
|
|
|
|
+ <screen><userinput>make install SBINDIR=/sbin</userinput></screen>
|
|
</sect2>
|
|
</sect2>
|
|
|
|
|
|
<sect2 id="contents-iproute2" role="content">
|
|
<sect2 id="contents-iproute2" role="content">
|