Fix iproute2 broken manpage installation

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8144 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Dan Nichilson 2007-05-27 14:56:52 +00:00
parent 52396bdd61
commit e3ebd9fb39

View File

@ -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>