diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-08-31 19:20:19 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-08-31 19:20:19 +0000 |
commit | 32e5e2fceb009addc56fb9ffa741915a73c52984 (patch) | |
tree | c3d928f7711063f817030617d74aae979dc096cf /chapter06 | |
parent | 4b51ca76b24935156308cb84a81b71642435076a (diff) |
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
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/findutils.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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 <command>updatedb</command> script also needs to be modified to correct an explicit path:</para> -<screen><userinput>mv -v /usr/bin/find /bin</userinput> -sed -i -e 's/find:=${BINDIR}/find:=\/bin/' /usr/bin/updatedb</screen> +<screen><userinput>mv -v /usr/bin/find /bin +sed -i -e 's/find:=${BINDIR}/find:=\/bin/' /usr/bin/updatedb</userinput></screen> </sect2> |