cp -v, to .orig, in Expect chap5, like we do with the rest of the book.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8594 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Robert Connolly 2008-10-07 01:09:21 +00:00
parent a215474ef2
commit a877994145
2 changed files with 6 additions and 2 deletions

View File

@ -40,6 +40,10 @@
<listitem> <listitem>
<para>2008-10-06</para> <para>2008-10-06</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[robert] - cp -v, to .orig, in Expect chap5, like we do with
the rest of the book.</para>
</listitem>
<listitem> <listitem>
<para>[randy] - Updated Tar to 1.20.</para> <para>[randy] - Updated Tar to 1.20.</para>
</listitem> </listitem>

View File

@ -55,8 +55,8 @@
This will ensure that our testsuite tools remain sane for the final builds of our This will ensure that our testsuite tools remain sane for the final builds of our
toolchain:</para> toolchain:</para>
<screen><userinput remap="pre">cp configure{,.bak} <screen><userinput remap="pre">cp -v configure{,.orig}
sed 's:/usr/local/bin:/bin:' configure.bak &gt; configure</userinput></screen> sed 's:/usr/local/bin:/bin:' configure.orig &gt; configure</userinput></screen>
<para>Now prepare Expect for compilation:</para> <para>Now prepare Expect for compilation:</para>