aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2009-02-01 23:51:31 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2009-02-01 23:51:31 +0000
commitaa909a0f6377dc5313d34b1122305fdb0901e05f (patch)
treef1759c262fdc3fb7a47f352abbdf6f882dd0a68e /chapter06
parenteae8d8816966d157c7b1b236b90f812420686e04 (diff)
Remove redundant SBINDIR parameter from IPRoute2's instructions. Fixes last part of #2307.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8802 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/iproute2.xml14
1 files changed, 2 insertions, 12 deletions
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml
index 007639a33..b1e7374b4 100644
--- a/chapter06/iproute2.xml
+++ b/chapter06/iproute2.xml
@@ -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,