mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-09 13:59:51 +01:00
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:
parent
8adcd4c4be
commit
b1d68a49b2
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<para>First apply a patch:</para>
|
<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
|
<para>This fixes a bug in Expect that can result in bogus failures during the
|
||||||
GCC test suite run.</para>
|
GCC test suite run.</para>
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<!ENTITY aa-expect-down SYSTEM "../appendixa/expect-down.xml">
|
<!ENTITY aa-expect-down SYSTEM "../appendixa/expect-down.xml">
|
||||||
|
|
||||||
<!ENTITY expect-version "5.39.0">
|
<!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-package "expect-&expect-version;.tar.bz2">
|
||||||
<!ENTITY expect-dir "expect-&expect-version;">
|
<!ENTITY expect-dir "expect-&expect-version;">
|
||||||
<!ENTITY expect-size "508 KB">
|
<!ENTITY expect-size "508 KB">
|
||||||
|
Loading…
Reference in New Issue
Block a user