aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter06/findutils.xml4
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>