Forráskód Böngészése

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
Gerard Beekmans 22 éve
szülő
commit
ea8d5e7f04
2 módosított fájl, 5 hozzáadás és 5 törlés
  1. 3 3
      chapter01/changelog.xml
  2. 2 2
      chapter06/gawk.xml

+ 3 - 3
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.

+ 2 - 2
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>