mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 19:59:20 +01:00
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:
parent
52396bdd61
commit
e3ebd9fb39
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user