diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-12-13 18:16:39 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-12-13 18:16:39 +0000 |
commit | 646a1845e54213b88c741c0c96d8d693983f8013 (patch) | |
tree | 4122e84c4977f1cb729ac24cbe94ac2f6f6048b9 /chapter05 | |
parent | a1bdf51d70b07acdba753f0fe02b276342a0950c (diff) |
Change cp syntax in Tcl instructions to match rest of book - add verbose switch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7217 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/tcl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml index ba34f063e..f0f7dd868 100644 --- a/chapter05/tcl.xml +++ b/chapter05/tcl.xml @@ -40,7 +40,7 @@ linkend="chapter-building-system"/>.</para> <para>Tcl's configure script has a syntax error:</para> <screen><userinput>cd unix -cp configure configure.orig +cp -v configure{,.orig} sed "s/relid'/relid/" configure.orig > configure</userinput></screen> <para>Prepare Tcl for compilation:</para> |