|
@@ -43,10 +43,10 @@
|
|
|
|
|
|
<para>Compile the package:</para>
|
|
|
|
|
|
-<screen><userinput remap="make">make DESTDIR= SBINDIR=/sbin</userinput></screen>
|
|
|
+<screen><userinput remap="make">make DESTDIR=</userinput></screen>
|
|
|
|
|
|
<variablelist>
|
|
|
- <title>The meaning of the make options:</title>
|
|
|
+ <title>The meaning of the make option:</title>
|
|
|
|
|
|
<varlistentry>
|
|
|
<term><parameter>DESTDIR=</parameter></term>
|
|
@@ -57,16 +57,6 @@
|
|
|
</listitem>
|
|
|
</varlistentry>
|
|
|
|
|
|
- <varlistentry>
|
|
|
- <term><parameter>SBINDIR=/sbin</parameter></term>
|
|
|
- <listitem>
|
|
|
- <para>This ensures that the IPRoute2 binaries will install into
|
|
|
- <filename class="directory">/sbin</filename>. This is the correct
|
|
|
- location according to the FHS, because some of the IPRoute2 binaries
|
|
|
- are used by the LFS-Bootscripts package.</para>
|
|
|
- </listitem>
|
|
|
- </varlistentry>
|
|
|
-
|
|
|
</variablelist>
|
|
|
|
|
|
<para>This package comes with a testsuite, but due to assumptions it makes,
|