diff options
Diffstat (limited to 'chapter06/findutils.xml')
-rw-r--r-- | chapter06/findutils.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index 85e95d979..5f0f88e08 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -80,7 +80,7 @@ script also needs to be modified to correct an explicit path:</para> <screen><userinput remap="install">mv -v /usr/bin/find /bin -sed -i 's/find:=${BINDIR}/find:=\/bin/' /usr/bin/updatedb</userinput></screen> +sed -i 's|find:=${BINDIR}|find:=/bin|' /usr/bin/updatedb</userinput></screen> </sect2> |