aboutsummaryrefslogtreecommitdiffstats
path: root/chapter03
diff options
context:
space:
mode:
authorThomas Balu Walter <tw@itreff.de>2001-04-27 17:18:01 +0000
committerThomas Balu Walter <tw@itreff.de>2001-04-27 17:18:01 +0000
commitedc3f315cc50db8ae047800471f2d51bbec4dc0f (patch)
tree096c66670116d66b2a2e1a56d114664089e3f81c /chapter03
parentd4357c06628d44a376d59e19b98336352c49a819 (diff)
just another small linking-change
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@548 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03')
-rw-r--r--chapter03/creatingdirs.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter03/creatingdirs.xml b/chapter03/creatingdirs.xml
index c41b54fdd..01c4fae47 100644
--- a/chapter03/creatingdirs.xml
+++ b/chapter03/creatingdirs.xml
@@ -34,7 +34,7 @@ Issuing the following commands will create a default directory layout:
<userinput>cd $LFS/opt</userinput>
<userinput>mkdir bin doc include info lib man</userinput>
<userinput>cd $LFS/usr</userinput>
- <userinput>ln -s /var/tmp tmp</userinput>
+ <userinput>ln -s ../var/tmp</userinput>
</literallayout></blockquote>
<para>