diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-07-27 14:11:38 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-07-27 14:11:38 -0500 |
commit | 11d5dee3a401f8611836dcd1c3e4bc572765b683 (patch) | |
tree | 93a85a6dc9c10a5242fe3eaed8f8a9633f1ed618 /chapter06 | |
parent | d1592b9d92d8e47dbcd0c7db014d119c3793a7dd (diff) |
Minor instruction changes and text updates.
Move coreutils library from /usr/libexec to /usr/lib in both
Chapter 6 and Chapter 8.
Text updates in chapter08/pkgmgt.xml and chapter09/locale.xml.
Restore deletion of hanging test in chapter08/util-linux.xml.
Text changes in stripping and make instruction compatible with jhalfs.
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/coreutils.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index af75e60cf..e98645d82 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -46,6 +46,7 @@ <para>Prepare Coreutils for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ + --libexecdir=/usr/lib \ --host=$LFS_TGT \ --build=$(build-aux/config.guess) \ --enable-install-program=hostname \ |