From 1eea81624e8c84d0356a0a3e0dc9ddcd37e53491 Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Sat, 18 Oct 2003 02:38:12 +0000 Subject: Replace hard-wired version numbers with entities where appropriate. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2996 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gawk-inst.xml | 12 ++++++------ chapter06/grub-inst.xml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'chapter06') diff --git a/chapter06/gawk-inst.xml b/chapter06/gawk-inst.xml index d57ac539c..b3eeafcb7 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.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.3 to be more -correct. +directory should be named using the package and version (like +gawk-&gawk-version; 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-&gawk-version; +to be more correct. The patch ensures that this directory ($prefix/share/gawk-3.1.3) is removed along +class="directory">$prefix/share/gawk-&gawk-version;) is removed along with its contents on a make uninstall. diff --git a/chapter06/grub-inst.xml b/chapter06/grub-inst.xml index d92791cbe..748de1fbc 100644 --- a/chapter06/grub-inst.xml +++ b/chapter06/grub-inst.xml @@ -9,7 +9,7 @@ have defined any environment variables that override default optimizations, such as CFLAGS and CXXFLAGS, we recommend unsetting them when building Grub. -Grub needs a patch to fix a compilation problem with GCC-3.3.1 +Grub needs a patch to fix a compilation problem with GCC-&gcc-version; patch -Np1 -i ../&grub-patch; -- cgit v1.2.3-54-g00ecf