diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-03 00:29:02 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-03 00:29:02 +0000 |
commit | 1d4b00dd05810315513c9390ca2661d58d336ab1 (patch) | |
tree | f0a988504f76d5b9cfa1800c4f280ddaa0b5ced4 /chapter05 | |
parent | f19ba52477f5ca38dec48bde8771928555448ae7 (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.xml | 2 |
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> |