From 04b823903747f463a47af951322f847f70f93655 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 17 Jun 2012 20:03:04 +0000 Subject: Fix install error in iproute2 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9885 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/iproute2.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06/iproute2.xml') 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: -- cgit v1.2.3-54-g00ecf