From 3085bc2699554baadf35fe473d1d86f67bd8ab72 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 16 Aug 2010 21:53:06 +0000 Subject: typo in filename for iproute2 sed git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9363 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/iproute2.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index d9cec090c..3b637e8ff 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -54,7 +54,7 @@ Fix a bug that causes the ip route get command to not produce any output: -sed -i 's/== !/\&\& !/' ip/iproute2.c +sed -i 's/== !/\&\& !/' ip/iproute.c Compile the package: -- cgit v1.2.3-54-g00ecf