Browse Source

Fix iproute2 broken manpage installation

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8144 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Dan Nichilson 18 years ago
parent
commit
e3ebd9fb39
1 changed files with 5 additions and 0 deletions
  1. 5 0
      chapter06/iproute2.xml

+ 5 - 0
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>