mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
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:
parent
a215474ef2
commit
a877994145
@ -40,6 +40,10 @@
|
||||
<listitem>
|
||||
<para>2008-10-06</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[robert] - cp -v, to .orig, in Expect chap5, like we do with
|
||||
the rest of the book.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[randy] - Updated Tar to 1.20.</para>
|
||||
</listitem>
|
||||
|
@ -55,8 +55,8 @@
|
||||
This will ensure that our testsuite tools remain sane for the final builds of our
|
||||
toolchain:</para>
|
||||
|
||||
<screen><userinput remap="pre">cp configure{,.bak}
|
||||
sed 's:/usr/local/bin:/bin:' configure.bak > configure</userinput></screen>
|
||||
<screen><userinput remap="pre">cp -v configure{,.orig}
|
||||
sed 's:/usr/local/bin:/bin:' configure.orig > configure</userinput></screen>
|
||||
|
||||
<para>Now prepare Expect for compilation:</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user