From 3cc219ec449ccf24bce5d3d2dc8dcc092b13cead Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 15 Nov 2003 01:56:55 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3099 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter06/tar.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index e036ff132..9c2d4e5fd 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -34,6 +34,10 @@ +November 14th, 2003 [gerard]: Chapter 6 - Tar: Changed the +--libexecdir option from /usr/bin to /usr/sbin. Closes Bug +#678. + November 14th, 2003 [gerard]: Chapter 6 - Findutils and Gawk: Changed --libexecdir option from /usr/bin to /usr/lib/locate and /usr/lib/gawk respectively. Partially fixes Bug #678. diff --git a/chapter06/tar.xml b/chapter06/tar.xml index 3e511f323..2e21fad4f 100644 --- a/chapter06/tar.xml +++ b/chapter06/tar.xml @@ -16,7 +16,7 @@ Estimated required disk space: &tar-compsize; Prepare Tar for compilation: ./configure --prefix=/usr --bindir=/bin \ -    --libexecdir=/usr/bin +    --libexecdir=/usr/sbin Compile the package: