Ignore:
Timestamp:
04/11/2018 09:37:07 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
597019b
Parents:
c9627324
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/revisedchroot.xml

    rc9627324 r5cc2395  
    5656rm -f /usr/lib/libz.a</userinput></screen>
    5757
    58   <para>There are also several files installed in the /usr/lib directory with a
    59   file name extention of .la.  These are "libtool archive" files and generally
    60   unneeded on a linux system.  None of these are necessary at this point.  To
    61   remove them, run:</para>
     58  <para>There are also several files installed in the /usr/lib and /usr/libexec
     59  directories with a file name extention of .la. These are "libtool archive"
     60  files and generally unneeded on a linux system. None of these are necessary
     61  at this point. To remove them, run:</para>
    6262
    63 <screen><userinput>find /usr/lib -name \*.la -delete</userinput></screen>
     63<screen><userinput>find /usr/lib /usr/libexec -name \*.la -delete</userinput></screen>
    6464
    6565   <para>For more information about libtool archive files, see the <ulink
Note: See TracChangeset for help on using the changeset viewer.