aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-08-19 21:08:05 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-08-19 21:08:05 +0000
commit85d26685720e428b0f7263f5183417ed17cac26f (patch)
tree6220848f23584b88438f9e52add59ccb690bced4 /chapter06
parent460ac7584738c9a0912fd9560e56cb9d4ef9a21b (diff)
gawk 3.1.3, not .1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2675 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/gawk-inst.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/gawk-inst.xml b/chapter06/gawk-inst.xml
index 34366c0a3..0bc300aa7 100644
--- a/chapter06/gawk-inst.xml
+++ b/chapter06/gawk-inst.xml
@@ -20,14 +20,14 @@ the book).</para></listitem>
<listitem><para>The default data directory for gawk is <filename
class="directory">$prefix/share/awk</filename>. A package specific
-directory should be named using the package and version (like gawk-3.1.1
+directory should be named using the package and version (like gawk-3.1.3
instead of awk) because there may be more than one awk interpreter on a
system (and more than one version of gawk). The patch changes this to
-<filename class="directory">$prefix/share/gawk-3.1.1</filename> to be more
+<filename class="directory">$prefix/share/gawk-3.1.3</filename> to be more
correct.</para></listitem>
<listitem><para>The patch ensures that this directory (<filename
-class="directory">$prefix/share/gawk-3.1.1</filename>) is removed along
+class="directory">$prefix/share/gawk-3.1.3</filename>) is removed along
with its contents on a make uninstall.</para></listitem>
</itemizedlist>