Fix stripping discussion for merged /usr

This commit is contained in:
Bruce Dubbs 2021-08-05 15:10:37 -05:00
parent 77a8b67f62
commit 7a3422b1e4

View File

@ -464,7 +464,7 @@ chmod 755 blfs-yes-test2</userinput></screen>
any windowing environment is a good idea. Then you can do:
</para>
<screen><userinput>find /{,usr/}{bin,lib,sbin} \
<screen><userinput>find /usr/{bin,lib,sbin} \
-type f \( -name \*.so* -a ! -name \*dbg \) \
-exec strip --strip-unneeded {} \;</userinput></screen>