aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07
diff options
context:
space:
mode:
authorThomas Trepl <thomas@linuxfromscratch.org>2020-06-22 13:58:18 +0000
committerThomas Trepl <thomas@linuxfromscratch.org>2020-06-22 13:58:18 +0000
commit92f1b84ed478e765e9f367f4ec359d4643764925 (patch)
tree3cfd05084baa669065881340ed6c078bcf6341f8 /chapter07
parent6c329d77f0efd87bcc24b9869a015806509b5856 (diff)
remove nodump from .la-removal
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11978 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r--chapter07/stripping.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/stripping.xml b/chapter07/stripping.xml
index 9c2bd8c23..da0bd3991 100644
--- a/chapter07/stripping.xml
+++ b/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,