Parcourir la source

Tweak find command when stripping

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11239 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs il y a 8 ans
Parent
commit
22c4f87286
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      chapter06/strippingagain.xml

+ 1 - 1
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 \