Browse Source

patch filename fix (fixedincludes->fixincludes)

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2530 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 22 years ago
parent
commit
ac21379d33
2 changed files with 4 additions and 4 deletions
  1. 2 2
      chapter05/gcc-pass2-inst.xml
  2. 2 2
      index.xml

+ 2 - 2
chapter05/gcc-pass2-inst.xml

@@ -3,9 +3,9 @@
 <sect2>
 <title>Installation of GCC</title>
 
-<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-specs.patch
+<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-specs-2.patch
 patch -Np1 -i ../gcc-&gcc-version;-mmap_test.patch
-patch -Np1 -i ../gcc-&gcc-version;-no_fixedincludes.patch
+patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes.patch
 patch -Np1 -i ../gcc-&gcc-version;-libstdc++_no_debug.patch
 patch -Np1 -i ../gcc-&gcc-version;-libgcc_no_debug.patch </userinput></screen></para>
 

+ 2 - 2
index.xml

@@ -4,8 +4,8 @@
 
 <!ENTITY book SYSTEM "book/book.xml">
 
-<!ENTITY version "20030506">
-<!ENTITY releasedate "May 6th, 2003">
+<!ENTITY version "20030507">
+<!ENTITY releasedate "May 7th, 2003">
 
 <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
 <!ENTITY http-root "http://ftp.linuxfromscratch.org">