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