From 22c4f872869ccd36002f56b84548f04eca0096ba Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 2 May 2017 18:23:02 +0000 Subject: Tweak find command when stripping git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11239 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/strippingagain.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06') diff --git a/chapter06/strippingagain.xml b/chapter06/strippingagain.xml index 255b99b23..4d52ff54a 100644 --- a/chapter06/strippingagain.xml +++ b/chapter06/strippingagain.xml @@ -76,7 +76,7 @@ unset LIB save_lib save_usrlib /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 \ -- cgit v1.2.3-54-g00ecf