diff options
author | Jim Gifford <jim@linuxfromscratch.org> | 2005-04-25 05:46:37 +0000 |
---|---|---|
committer | Jim Gifford <jim@linuxfromscratch.org> | 2005-04-25 05:46:37 +0000 |
commit | 4191cefc83d5ba33f7d62b3a13b72413c1b15151 (patch) | |
tree | 346dceb07cae6b8d721fd690b0f5f801af2b5ba6 | |
parent | a39c603e4fee14f56ea1e781e48237ba2347c505 (diff) |
Fixed flex patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@5069 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 1 | ||||
-rw-r--r-- | chapter05/flex.xml | 2 | ||||
-rw-r--r-- | chapter06/flex.xml | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 7dfa6d121..76b826fac 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -89,6 +89,7 @@ first a summary, then a detailed log.</para> <itemizedlist> <listitem><para>Updated: Arch: All - updated bash patch, thanx Jermey Utley.</para></listitem> <listitem><para>Fixed: Arch: All - forgot to update diffutils.</para></listitem> +<listitem><para>Fixed: Arch: All - forgot to update flex patch.</para></listitem> </itemizedlist> </listitem> </itemizedlist> diff --git a/chapter05/flex.xml b/chapter05/flex.xml index c78a52ffc..1f56d245e 100644 --- a/chapter05/flex.xml +++ b/chapter05/flex.xml @@ -30,7 +30,7 @@ <para>Flex contains several known bugs. These can be fixed with the following patch:</para> -<screen><userinput>patch -Np1 -i ../flex-&flex-version;-debian_fixes-2.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../flex-&flex-version;-debian_fixes-4.patch</userinput></screen> <para>The GNU autotools will detect that the Flex source code has been modified by the previous patch and tries to update the manual page diff --git a/chapter06/flex.xml b/chapter06/flex.xml index d75695c16..c4d44cd46 100644 --- a/chapter06/flex.xml +++ b/chapter06/flex.xml @@ -31,7 +31,7 @@ GCC, Gettext, Glibc, Grep, M4, Make, and Sed</seg></seglistitem> <para>Flex contains several known bugs. Fix these with the following patch:</para> -<screen><userinput>patch -Np1 -i ../flex-&flex-version;-debian_fixes-2.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../flex-&flex-version;-debian_fixes-4.patch</userinput></screen> <para>The GNU autotools detects that the Flex source code has been modified by the previous patch and tries to update the manual page |