mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Fix install error in iproute2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9885 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
c433b2fe3c
commit
04b8239037
@ -39,6 +39,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2012-06-17</para>
|
<para>2012-06-17</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Fix install error in iproute2. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;3119">#3119</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[bdubbs] - Update rare issues in bootscripts when using LVM
|
<para>[bdubbs] - Update rare issues in bootscripts when using LVM
|
||||||
or initramfs.</para>
|
or initramfs.</para>
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
<screen><userinput remap="pre">sed -i '/^TARGETS/s@arpd@@g' misc/Makefile
|
<screen><userinput remap="pre">sed -i '/^TARGETS/s@arpd@@g' misc/Makefile
|
||||||
sed -i /ARPD/d Makefile
|
sed -i /ARPD/d Makefile
|
||||||
rm man/man8/arpd.8</userinput></screen>
|
sed -i 's/arpd.8//' man/man8/Makefile</userinput></screen>
|
||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package:</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user