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 /chapter08/coreutils.xml | |
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 'chapter08/coreutils.xml')
-rw-r--r-- | chapter08/coreutils.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter08/coreutils.xml b/chapter08/coreutils.xml index c5d2a5032..c3c62bf89 100644 --- a/chapter08/coreutils.xml +++ b/chapter08/coreutils.xml @@ -69,6 +69,7 @@ <screen><userinput remap="configure">autoreconf -fiv FORCE_UNSAFE_CONFIGURE=1 ./configure \ --prefix=/usr \ + --libexecdir=/usr/lib \ --enable-no-install-program=kill,uptime</userinput></screen> <variablelist> |