diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-11-21 03:39:20 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-11-21 03:39:20 +0000 |
commit | 37dcf2af375d91d1095e54403db6b77ea523ba4e (patch) | |
tree | af13339eed5155fd2f8903928c39aee8bbe3a3e2 /chapter06/grub.xml | |
parent | bcd0ce7faafae9e2e127beab3374fb1cf2e448e0 (diff) |
Rolled back 4 patches to seds: GCC Suppress-Libiberty, Grub Gcc33, Man Manpath, Man Pager. Closes Bug 461.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3117 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/grub.xml')
-rw-r--r-- | chapter06/grub.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/grub.xml b/chapter06/grub.xml index 929e2310b..29bf07713 100644 --- a/chapter06/grub.xml +++ b/chapter06/grub.xml @@ -21,7 +21,7 @@ Grub.</para> <para>First fix a compilation problem with GCC-&gcc-version;:</para> -<screen><userinput>patch -Np1 -i ../&grub-patch;</userinput></screen> +<screen><userinput>sed -i 's/2 long/2/' stage2/fsys_reiserfs.c</userinput></screen> <para>Now prepare Grub for compilation:</para> |