diff options
author | Thomas Balu Walter <tw@itreff.de> | 2001-04-27 17:13:37 +0000 |
---|---|---|
committer | Thomas Balu Walter <tw@itreff.de> | 2001-04-27 17:13:37 +0000 |
commit | d4357c06628d44a376d59e19b98336352c49a819 (patch) | |
tree | be3e4c3b9077886a1012397d06f9d099ca7acb11 /chapter03 | |
parent | 5a01e43d476e8f2bb2514d499ea6ffd70f58a1fc (diff) |
fixed link /usr/tmp to /var/tmp
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@547 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03')
-rw-r--r-- | chapter03/creatingdirs.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter03/creatingdirs.xml b/chapter03/creatingdirs.xml index ffafc5dab..c41b54fdd 100644 --- a/chapter03/creatingdirs.xml +++ b/chapter03/creatingdirs.xml @@ -33,7 +33,8 @@ Issuing the following commands will create a default directory layout: local</userinput> <userinput>cd $LFS/opt</userinput> <userinput>mkdir bin doc include info lib man</userinput> - <userinput>ln -s /var/tmp /usr/tmp</userinput> + <userinput>cd $LFS/usr</userinput> + <userinput>ln -s /var/tmp tmp</userinput> </literallayout></blockquote> <para> |