From 2ec4b60f359413c6f0163b9e72108c24460573e7 Mon Sep 17 00:00:00 2001 From: Zack Winkles Date: Mon, 7 Jun 2004 19:16:21 +0000 Subject: Normalized usage of sed throughout the book git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3762 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/udev.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter05/udev.xml') diff --git a/chapter05/udev.xml b/chapter05/udev.xml index 5b38a2baf..35ed76c61 100644 --- a/chapter05/udev.xml +++ b/chapter05/udev.xml @@ -42,12 +42,12 @@ by applying the following patch: which is bad since we install udev in a non-standard location. Fix this by running the following: -sed -i 's:\/sbin\/udev:/tools&:' udevstart.c +sed -i 's@/sbin/udev@/tools/sbin/udev@g' udevstart.c Also assure that udev knows the correct location to look for its configuration files: -sed -i 's:\/etc:/tools&:' etc/udev/udev.conf.in +sed -i 's@/etc@/tools/etc@g' etc/udev/udev.conf.in Now compile Udev: -- cgit v1.2.3-54-g00ecf