From ea8d5e7f04be5babf74b9a899c9b2f4b6a248e0e Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 15 Nov 2003 01:05:15 +0000 Subject: Changed Chapter 6 - Gawk's --libexecdir option from /usr/bin to /usr/lib/gawk. Partially fixes Bug #678 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3095 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gawk.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06/gawk.xml') diff --git a/chapter06/gawk.xml b/chapter06/gawk.xml index e1989f21c..a25cfaec5 100644 --- a/chapter06/gawk.xml +++ b/chapter06/gawk.xml @@ -23,7 +23,7 @@ with the FHS, which never even mentions a directory called --libexecdir switch to the configure script, so that we can use a more appropriate location for the grcat and pwcat binaries: -/usr/bin. +/usr/lib/gawk. Gawk's default data directory is $prefix/share/awk. But package-specific @@ -41,7 +41,7 @@ contents, is removed on a make uninstall. Now prepare Gawk for compilation: -./configure --prefix=/usr --libexecdir=/usr/bin +./configure --prefix=/usr --libexecdir=/usr/lib/gawk Compile the package: -- cgit v1.2.3-54-g00ecf