mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
syntactial change in find cmd
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1723 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
c58b9c35af
commit
45508f6c33
@ -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
|
is to not run strip on libraries (other than --strip-debug) just to be
|
||||||
on the safe side.</para>
|
on the safe side.</para>
|
||||||
|
|
||||||
<para><screen><userinput>find $LFS/{,usr,usr/local}/{bin,sbin,lib} -type f \</userinput>
|
<para><screen><userinput>find $LFS/{,usr/,usr/local/}{bin,sbin,/lib} -type f \
|
||||||
<userinput> -exec /usr/bin/strip --strip-debug '{}' ';'</userinput></screen></para>
|
-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
|
<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
|
having this file it is very easy for you (and for us if you are going to ask
|
||||||
|
Loading…
Reference in New Issue
Block a user