From 32e5e2fceb009addc56fb9ffa741915a73c52984 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 31 Aug 2006 19:20:19 +0000 Subject: Move an incorrectly placed tag. Found when jhalfs failed to change the path to 'find' in updatedb. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7780 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/findutils.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06') diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index 1fe6d792a..c05af343b 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -73,8 +73,8 @@ needs to be on the root partition. The updatedb script also needs to be modified to correct an explicit path: -mv -v /usr/bin/find /bin -sed -i -e 's/find:=${BINDIR}/find:=\/bin/' /usr/bin/updatedb +mv -v /usr/bin/find /bin +sed -i -e 's/find:=${BINDIR}/find:=\/bin/' /usr/bin/updatedb -- cgit v1.2.3-54-g00ecf