aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/iproute2.xml
diff options
context:
space:
mode:
authorDan Nichilson <dnicholson@linuxfromscratch.org>2007-05-27 14:56:52 +0000
committerDan Nichilson <dnicholson@linuxfromscratch.org>2007-05-27 14:56:52 +0000
commite3ebd9fb392f3a6b972ef3c64f30e8dcc7d7cb6e (patch)
tree5c497ae2fb1aeb51f2102df5ab26947b451f1ca3 /chapter06/iproute2.xml
parent52396bdd61e72edfa48601d2fec240fe3839b869 (diff)
Fix iproute2 broken manpage installation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8144 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/iproute2.xml')
-rw-r--r--chapter06/iproute2.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml
index 140549414..52bc4e59b 100644
--- a/chapter06/iproute2.xml
+++ b/chapter06/iproute2.xml
@@ -35,6 +35,11 @@
<sect2 role="installation">
<title>Installation of IPRoute2</title>
+ <para>The installation of two manual pages is broken and results in
+ dangling symlinks. Fix this with the following command:</para>
+
+<screen><userinput>sed -i -e '/tc-bfifo.8/d' -e '/tc-pfifo.8/s/pbfifo/bfifo/' Makefile</userinput></screen>
+
<para>Compile the package:</para>
<screen><userinput>make SBINDIR=/sbin</userinput></screen>