瀏覽代碼

Fix iproute2 broken manpage installation

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8144 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Dan Nichilson 18 年之前
父節點
當前提交
e3ebd9fb39
共有 1 個文件被更改,包括 5 次插入0 次删除
  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>