Fixed expect patch number & reference to it

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2694 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2003-08-29 19:11:50 +00:00
parent 8adcd4c4be
commit b1d68a49b2
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<para>First apply a patch:</para>
<para><screen><userinput>patch -Np1 -i ../expect-&expect-version;.patch</userinput></screen></para>
<para><screen><userinput>patch -Np1 -i ../expect-&expect-patch-version;.patch</userinput></screen></para>
<para>This fixes a bug in Expect that can result in bogus failures during the
GCC test suite run.</para>

View File

@ -11,7 +11,7 @@
<!ENTITY aa-expect-down SYSTEM "../appendixa/expect-down.xml">
<!ENTITY expect-version "5.39.0">
<!ENTITY expect-patch-version "5.38.4">
<!ENTITY expect-patch-version "5.39.0">
<!ENTITY expect-package "expect-&expect-version;.tar.bz2">
<!ENTITY expect-dir "expect-&expect-version;">
<!ENTITY expect-size "508 KB">