diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-18 02:38:12 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-18 02:38:12 +0000 |
commit | 1eea81624e8c84d0356a0a3e0dc9ddcd37e53491 (patch) | |
tree | f35b158331263df87f70a87d0133c21fc8aea9eb /chapter06/grub-inst.xml | |
parent | 8c643a0e68f133522fd514028778cee9bc49e49b (diff) |
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
Diffstat (limited to 'chapter06/grub-inst.xml')
-rw-r--r-- | chapter06/grub-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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.</para> -<para>Grub needs a patch to fix a compilation problem with GCC-3.3.1</para> +<para>Grub needs a patch to fix a compilation problem with GCC-&gcc-version;</para> <screen><userinput>patch -Np1 -i ../&grub-patch;</userinput></screen> |