From a245348ddb7daf83054cc883fa53c017914f127b Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 6 May 2003 22:54:06 +0000 Subject: [PATCH] dir name fix git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2529 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/expect-inst.xml | 2 +- chapter05/tcl-inst.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter05/expect-inst.xml b/chapter05/expect-inst.xml index f0491c730..4d893a11a 100644 --- a/chapter05/expect-inst.xml +++ b/chapter05/expect-inst.xml @@ -10,7 +10,7 @@ make LDFLAGS="-s" make test make install -You can remove the tcl-&tcl-version; directory now as well as the +You can remove the tcl&tcl-version; directory now as well as the expect directory. diff --git a/chapter05/tcl-inst.xml b/chapter05/tcl-inst.xml index 3cc056b6b..6912a6604 100644 --- a/chapter05/tcl-inst.xml +++ b/chapter05/tcl-inst.xml @@ -10,7 +10,7 @@ make test make install ln -s tclsh8.4 /stage1/bin/tclsh -Don't remove the tcl-&tcl-version; directory yet, you need it for the +Don't remove the tcl&tcl-version; directory yet, you need it for the next package installation.