Author: matthew
Date: 2009-02-01 16:51:31 -0700 (Sun, 01 Feb 2009)
New Revision: 8802
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/iproute2.xml
Log:
Remove redundant SBINDIR parameter from IPRoute2's instructions. Fixes last
part of #2307.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2009-02-01 23:47:26 UTC (rev 8801)
+++ trunk/BOOK/chapter01/changelog.xml 2009-02-01 23:51:31 UTC (rev 8802)
@@ -41,6 +41,11 @@
<para>2009-02-01</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Remove the redundant SBINDIR parameter from
+ IPRoute2's commands. Fixes the remaining part of
+ <ulink url="&lfs-ticket-root;2307">#2307</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Install DRM-related Linux headers, as suggested by
Chris Staub in <ulink url="&lfs-ticket-root;2307">#2307</ulink>.
</para>
Modified: trunk/BOOK/chapter06/iproute2.xml
===================================================================
--- trunk/BOOK/chapter06/iproute2.xml 2009-02-01 23:47:26 UTC (rev 8801)
+++ trunk/BOOK/chapter06/iproute2.xml 2009-02-01 23:51:31 UTC (rev 8802)
@@ -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,
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page