aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2012-06-17 20:03:04 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2012-06-17 20:03:04 +0000
commit04b823903747f463a47af951322f847f70f93655 (patch)
treec00c21e34bf1d50d731275fb81bcef265e4bff7b /chapter06
parentc433b2fe3c7bf67147138b5b428f8e15b162febc (diff)
Fix install error in iproute2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9885 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/iproute2.xml2
1 files changed, 1 insertions, 1 deletions
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>