From 92f1b84ed478e765e9f367f4ec359d4643764925 Mon Sep 17 00:00:00 2001 From: Thomas Trepl Date: Mon, 22 Jun 2020 13:58:18 +0000 Subject: remove nodump from .la-removal git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11978 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/stripping.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter07') 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: -find /usr/{lib,libexec} -name \*.la -delete +find /usr/{lib,libexec} -name \*.la -delete All the remaining steps in this section are optional. Nevertheless, -- cgit v1.2.3-54-g00ecf