aboutsummaryrefslogtreecommitdiffstats
path: root/chapter03
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-04-18 23:27:32 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-04-18 23:27:32 +0000
commit094f9e11fbb5109009443e2a26b2aaf850c6fafe (patch)
tree63715be0b5f7e99e9a4fe2d06a8f20d6f4b8c7fc /chapter03
parent2a065522f702b7b6365b7b86989883ad7eed5609 (diff)
Removed duplicate 'opt' dir. creation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@535 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03')
-rw-r--r--chapter03/creatingdirs.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter03/creatingdirs.xml b/chapter03/creatingdirs.xml
index f67ade0c6..5a399a042 100644
--- a/chapter03/creatingdirs.xml
+++ b/chapter03/creatingdirs.xml
@@ -10,8 +10,8 @@ Issuing the following commands will create a default directory layout:
<blockquote><literallayout>
<userinput>cd $LFS</userinput>
- <userinput>mkdir -p bin boot dev/pts etc/opt home lib mnt proc root sbin
- tmp var opt</userinput>
+ <userinput>mkdir -p bin boot dev/pts etc/opt home lib mnt proc
+ root sbin tmp var opt</userinput>
<userinput>for dirname in $LFS/usr $LFS/usr/local</userinput>
<userinput><literal>&nbsp;&nbsp;&nbsp;do</literal></userinput>
<userinput>&nbsp;&nbsp;&nbsp;mkdir $dirname</userinput>
@@ -29,8 +29,8 @@ Issuing the following commands will create a default directory layout:
man8</userinput>
<userinput>done</userinput>
<userinput>cd $LFS/var</userinput>
- <userinput>mkdir -p lock log mail run spool tmp opt cache lib/misc local
- opt </userinput>
+ <userinput>mkdir -p lock log mail run spool tmp opt cache lib/misc
+ local</userinput>
<userinput>cd $LFS/opt</userinput>
<userinput>mkdir bin doc include info lib man</userinput>
</literallayout></blockquote>