From 04b823903747f463a47af951322f847f70f93655 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 17 Jun 2012 20:03:04 +0000 Subject: [PATCH] Fix install error in iproute2 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9885 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter06/iproute2.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b504ad4bb..f012a552e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,10 @@ 2012-06-17 + + [bdubbs] - Fix install error in iproute2. Fixes + #3119. + [bdubbs] - Update rare issues in bootscripts when using LVM or initramfs. 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 @@ sed -i '/^TARGETS/s@arpd@@g' misc/Makefile sed -i /ARPD/d Makefile -rm man/man8/arpd.8 +sed -i 's/arpd.8//' man/man8/Makefile Compile the package: