diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-03-12 20:29:13 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-03-12 20:29:13 +0000 |
commit | a57d556dd7482aa9322833b8836fd24d57bf46a9 (patch) | |
tree | c0e58c6e6b5ba27f7bba520cec1c6e8f70755eb3 /chapter06/findutils.xml | |
parent | 15458da85629c01c66ee80080b79d41272782b2e (diff) |
Tweaks to bash docs installation, readline docs installation,
linux-headers, and findutils.
Update to linux-3.13.6.
Update to man-pages-3.62.
Update to txdata-2014a.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10508 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |