diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-29 18:56:06 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-29 18:56:06 +0000 |
commit | 923556c2f3f49bac6a737fa97e67a21264226cb5 (patch) | |
tree | 5a43873569ead871428e12fdf58a9c837f7b62a1 /chapter03 | |
parent | 3a4d4518a7a1da2ef4f9be01304fa1c6e8f8e9f5 (diff) |
ln -s ../var/tmp -> ln -s ../var/tmp tmp
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@552 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03')
-rw-r--r-- | chapter03/creatingdirs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter03/creatingdirs.xml b/chapter03/creatingdirs.xml index 01c4fae47..4b6280d6d 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</userinput> + <userinput>ln -s ../var/tmp tmp</userinput> </literallayout></blockquote> <para> |