aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-05-03 00:29:02 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-05-03 00:29:02 +0000
commit1d4b00dd05810315513c9390ca2661d58d336ab1 (patch)
treef0a988504f76d5b9cfa1800c4f280ddaa0b5ced4 /chapter05
parentf19ba52477f5ca38dec48bde8771928555448ae7 (diff)
shortened ln command
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2502 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/tcl-inst.xml2
1 files changed, 1 insertions, 1 deletions
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</userinput></screen></para>
+ln -s tclsh8.4 /stage1/bin/tclsh</userinput></screen></para>
</sect2>