diff options
-rw-r--r-- | chapter06/strippingagain.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/strippingagain.xml b/chapter06/strippingagain.xml index 255b99b23..4d52ff54a 100644 --- a/chapter06/strippingagain.xml +++ b/chapter06/strippingagain.xml @@ -76,7 +76,7 @@ unset LIB save_lib save_usrlib</userinput></screen> <screen><userinput>/tools/bin/find /usr/lib -type f -name \*.a \ -exec /tools/bin/strip --strip-debug {} ';' -/tools/bin/find /lib /usr/lib -type f \(-name \*.so* -a ! -name \*dbg\) \ +/tools/bin/find /lib /usr/lib -type f \( -name \*.so* -a ! -name \*dbg \) \ -exec /tools/bin/strip --strip-unneeded {} ';' /tools/bin/find /{bin,sbin} /usr/{bin,sbin,libexec} -type f \ |