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 | |
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
-rw-r--r-- | chapter01/changelog.xml | 6 | ||||
-rw-r--r-- | chapter06/gawk.xml | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 7226ee74d..e036ff132 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -34,9 +34,9 @@ </itemizedlist> </listitem> -<listitem><para>November 14th, 2003 [gerard]: Chapter 6 - Findutils: -Changed --libexecdir option from /usr/bin to /usr/lib/locate. Partially -fixes Bug #678.</para></listitem> +<listitem><para>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.</para></listitem> <listitem><para>November 14th, 2003 [greg]: Chapter 6 - Coreutils: Stopped moving these binaries into /bin: dir, dircolors, du, mkfifo, shred, vdir. 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> |