From 85d26685720e428b0f7263f5183417ed17cac26f Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 19 Aug 2003 21:08:05 +0000 Subject: [PATCH] gawk 3.1.3, not .1 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2675 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gawk-inst.xml | 6 +++--- 1 file 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). The default data directory for gawk is $prefix/share/awk. 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 -$prefix/share/gawk-3.1.1 to be more +$prefix/share/gawk-3.1.3 to be more correct. The patch ensures that this directory ($prefix/share/gawk-3.1.1) is removed along +class="directory">$prefix/share/gawk-3.1.3) is removed along with its contents on a make uninstall.