diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-06-17 20:03:04 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-06-17 20:03:04 +0000 |
commit | 04b823903747f463a47af951322f847f70f93655 (patch) | |
tree | c00c21e34bf1d50d731275fb81bcef265e4bff7b | |
parent | c433b2fe3c7bf67147138b5b428f8e15b162febc (diff) |
Fix install error in iproute2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9885 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/iproute2.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b504ad4bb..f012a552e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2012-06-17</para> <itemizedlist> <listitem> + <para>[bdubbs] - Fix install error in iproute2. Fixes + <ulink url="&lfs-ticket-root;3119">#3119</ulink>.</para> + </listitem> + <listitem> <para>[bdubbs] - Update rare issues in bootscripts when using LVM or initramfs.</para> </listitem> diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index e6fda46fd..dbe8061e9 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -51,7 +51,7 @@ <screen><userinput remap="pre">sed -i '/^TARGETS/s@arpd@@g' misc/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> |