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 197bddc41..bf3548340 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -81,7 +81,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 -e 's/find:=${BINDIR}/find:=\/bin/' /usr/bin/updatedb</userinput></screen> +sed -i 's/find:=${BINDIR}/find:=\/bin/' /usr/bin/updatedb</userinput></screen> </sect2> |