aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/creatingdirs.xml
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2002-06-09 21:15:14 +0000
committerMark Hymers <markh@linuxfromscratch.org>2002-06-09 21:15:14 +0000
commitb864e062cefe820a20842ef1d0842d7e74289e6b (patch)
treee7ca6cf366b7e0f2cc8d0a586f2c0cb52aae369f /chapter06/creatingdirs.xml
parentabde8bcdc61c57289a9ec0abe7aac078db7b943e (diff)
change usr,usr/local to usr in ch06-createdirs as per Jesse's suggestion on lfs-dev
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1981 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/creatingdirs.xml')
-rw-r--r--chapter06/creatingdirs.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/creatingdirs.xml b/chapter06/creatingdirs.xml
index 1eb8a5d2c..ac15f0077 100644
--- a/chapter06/creatingdirs.xml
+++ b/chapter06/creatingdirs.xml
@@ -8,7 +8,7 @@ the FHS standard, which can be found at
Issuing the following commands will create a default directory layout:</para>
<para><screen><userinput>mkdir -p /{bin,boot,dev/pts,etc/opt,home,lib,mnt,proc} &amp;&amp;
-mkdir -p /{root,sbin,tmp,usr,usr/local,var,opt} &amp;&amp;
+mkdir -p /{root,sbin,tmp,usr/local,var,opt} &amp;&amp;
for dirname in /usr /usr/local
&nbsp;&nbsp;&nbsp;&nbsp;do
&nbsp;&nbsp;&nbsp;&nbsp;mkdir $dirname/{bin,etc,include,lib,sbin,share,src}