From 5cc23954938f57808d88c75198a69dfc3b33bf16 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 11 Apr 2018 21:37:07 +0000 Subject: Fix appdata.loc file in gettext. Update to linux-4.16.1. Update to procps-ng-3.3.14. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11399 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/revisedchroot.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'chapter06/revisedchroot.xml') diff --git a/chapter06/revisedchroot.xml b/chapter06/revisedchroot.xml index db361a6eb..8436600f0 100644 --- a/chapter06/revisedchroot.xml +++ b/chapter06/revisedchroot.xml @@ -55,12 +55,12 @@ rm -f /usr/lib/libfl.a rm -f /usr/lib/libfl_pic.a 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: + There are also several files installed in the /usr/lib and /usr/libexec + directories 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: -find /usr/lib -name \*.la -delete +find /usr/lib /usr/libexec -name \*.la -delete For more information about libtool archive files, see the BLFS section "About Libtool -- cgit v1.2.3-54-g00ecf