diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-05-20 02:41:13 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-05-20 02:41:13 +0000 |
commit | 2eddb9b921df32a9f008418e0397c86cb90ef8ac (patch) | |
tree | 1091f8d2ac50c4d563d40d278a4deda3b4a31126 | |
parent | 36ae8ff65230a951e44acaf97c39b0d5de7caaaf (diff) |
corrected patch name for expect patch to match matt's tarball
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/b5_1/BOOK@3672 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter03/patches.xml | 2 | ||||
-rw-r--r-- | chapter05/expect.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 2c72ca029..a99c960d0 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -29,7 +29,7 @@ Ed Mkstemp Patch - 1 KB: <ulink url="&patches-root;ed-&ed-version;-mkstemp.patch"/> Expect Spawn Patch - 6 KB: -<ulink url="&patches-root;expect-&expect-version;-spawn-1.patch"/> +<ulink url="&patches-root;expect-&expect-version;-spawn.patch"/> GCC No-Fixincludes Patch - 1 KB: <ulink url="&patches-root;gcc-&gcc-version;-no_fixincludes-1.patch"/> diff --git a/chapter05/expect.xml b/chapter05/expect.xml index 24d1cbcac..da9e0f68a 100644 --- a/chapter05/expect.xml +++ b/chapter05/expect.xml @@ -26,7 +26,7 @@ GCC, Glibc, Grep, Make, Sed, Tcl.</para> <para>First fix a bug that can result in bogus failures during the GCC test suite run:</para> -<screen><userinput>patch -Np1 -i ../expect-&expect-version;-spawn-1.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../expect-&expect-version;-spawn.patch</userinput></screen> <para>Now prepare Expect for compilation:</para> |