diff options
Diffstat (limited to 'chapter03/creatingdirs.xml')
-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 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> |