remove nodump from .la-removal

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11978 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Thomas Trepl 2020-06-22 13:58:18 +00:00
parent 6c329d77f0
commit 92f1b84ed4

View File

@ -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,