Эх сурвалжийг харах

remove nodump from .la-removal

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11978 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Thomas Trepl 4 жил өмнө
parent
commit
92f1b84ed4

+ 1 - 1
chapter07/stripping.xml

@@ -15,7 +15,7 @@
   shared libraries, specially when using non-autotools build systems.
   While still in chroot, remove those files now:</para>
 
-<screen role="nodump"><userinput>find /usr/{lib,libexec} -name \*.la -delete</userinput></screen>
+<screen><userinput>find /usr/{lib,libexec} -name \*.la -delete</userinput></screen>
 
   <note><para>
     All the remaining steps in this section are optional. Nevertheless,