From 927815580f5b59848503eb9bf1b74b126b0c7577 Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Sat, 27 Sep 2003 07:26:04 +0000 Subject: Chapter 5 - Expect: Tweak install so that redundant scripts are not installed. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2896 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/expect-inst.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'chapter05') diff --git a/chapter05/expect-inst.xml b/chapter05/expect-inst.xml index f95e396f1..e54a5b484 100644 --- a/chapter05/expect-inst.xml +++ b/chapter05/expect-inst.xml @@ -39,7 +39,14 @@ following command will do so: And install: -make install +make SCRIPTS="" install + +The meaning of the make option: + + +SCRIPTS="": This prevents installation of +the supplementary expect scripts which are not needed. + You can now remove the source directories of both Tcl and Expect. -- cgit v1.2.3-54-g00ecf