aboutsummaryrefslogtreecommitdiffstats
path: root/chapter09
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-03-17 16:11:40 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-03-17 16:11:40 +0000
commit45508f6c3318bdd125ce54f1ce445284ed9668d5 (patch)
tree41549185e9e52fc8bb05dafdbc4fd6d5a3ab68db /chapter09
parentc58b9c35af27b304c594d459aab2f74da1eeb6f8 (diff)
syntactial change in find cmd
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1723 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter09')
-rw-r--r--chapter09/theend.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter09/theend.xml b/chapter09/theend.xml
index c04f7996d..76f00c649 100644
--- a/chapter09/theend.xml
+++ b/chapter09/theend.xml
@@ -30,8 +30,8 @@ the strip man page for other strip options you can use. The general idea
is to not run strip on libraries (other than --strip-debug) just to be
on the safe side.</para>
-<para><screen><userinput>find $LFS/{,usr,usr/local}/{bin,sbin,lib} -type f \</userinput>
-<userinput>&nbsp;&nbsp;&nbsp;-exec /usr/bin/strip --strip-debug '{}' ';'</userinput></screen></para>
+<para><screen><userinput>find $LFS/{,usr/,usr/local/}{bin,sbin,/lib} -type f \
+&nbsp;&nbsp;&nbsp;-exec /usr/bin/strip --strip-debug '{}' ';'</userinput></screen></para>
<para>It may be a good idea to create the $LFS/etc/lfs-&version; file. By
having this file it is very easy for you (and for us if you are going to ask