From 1d4b00dd05810315513c9390ca2661d58d336ab1 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 3 May 2003 00:29:02 +0000 Subject: [PATCH] shortened ln command git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2502 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/tcl-inst.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter05/tcl-inst.xml b/chapter05/tcl-inst.xml index 096219e2c..e3ba3a3e2 100644 --- a/chapter05/tcl-inst.xml +++ b/chapter05/tcl-inst.xml @@ -8,7 +8,7 @@ CFLAGS="-O2 -pipe" ./configure --prefix=/stage1 make LDFLAGS="-s" make test make install -ln -s /stage1/bin/tclsh8.4 /stage1/bin/tclsh +ln -s tclsh8.4 /stage1/bin/tclsh