diff options
-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> |