diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-11-15 01:05:15 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-11-15 01:05:15 +0000 |
commit | ea8d5e7f04be5babf74b9a899c9b2f4b6a248e0e (patch) | |
tree | 9fb3bca50b146f3858aefd076ce9a8403c484d57 /chapter06/gawk.xml | |
parent | d62e3569ee810ce7678bd5b9f733c479d6eab07c (diff) |
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
Diffstat (limited to 'chapter06/gawk.xml')
-rw-r--r-- | chapter06/gawk.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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 <emphasis>--libexecdir</emphasis> switch to the configure script, so that we can use a more appropriate location for the <userinput>grcat</userinput> and <userinput>pwcat</userinput> binaries: -<filename>/usr/bin</filename>.</para></listitem> +<filename>/usr/lib/gawk</filename>.</para></listitem> <listitem><para>Gawk's default data directory is <filename>$prefix/share/awk</filename>. But package-specific @@ -41,7 +41,7 @@ contents, is removed on a <emphasis>make uninstall</emphasis>.</para></listitem> <para>Now prepare Gawk for compilation:</para> -<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/bin</userinput></screen> +<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/gawk</userinput></screen> <para>Compile the package:</para> |