From 64a2cd5a4f09a0c1ef10335f87f4932c52be2446 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Wed, 10 Jan 2018 18:57:37 +0000 Subject: Fix .la file removal not appearing in jhalfs git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11348 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/revisedchroot.xml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'chapter06') diff --git a/chapter06/revisedchroot.xml b/chapter06/revisedchroot.xml index 8b5582f31..db361a6eb 100644 --- a/chapter06/revisedchroot.xml +++ b/chapter06/revisedchroot.xml @@ -58,16 +58,12 @@ rm -f /usr/lib/libz.a There are also several files installed in the /usr/lib directory with a file name extention of .la. These are "libtool archive" files and generally unneeded on a linux system. None of these are necessary at this point. To - remove them, run: + remove them, run: -find /usr/lib -name \*.la -delete +find /usr/lib -name \*.la -delete - For more information about libtool archive files, see the For more information about libtool archive files, see the BLFS section "About Libtool - Archive (.la) files". - - - - + Archive (.la) files". -- cgit v1.2.3-54-g00ecf