Explorar o código

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
Matthew Burgess %!s(int64=19) %!d(string=hai) anos
pai
achega
32e5e2fceb
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      chapter06/findutils.xml

+ 2 - 2
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>