aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/creatingdirs.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-12-31 21:18:32 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-12-31 21:18:32 +0000
commit7bee0a2699418a5eb5d07373c95c8cca6ca25432 (patch)
treeb957e93555efd54727f0378f729e3dbe391d2d94 /chapter06/creatingdirs.xml
parent89e909277a3790b35e4682f4e068212061c0942d (diff)
added '/usr/lib/locale'
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2252 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/creatingdirs.xml')
-rw-r--r--chapter06/creatingdirs.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter06/creatingdirs.xml b/chapter06/creatingdirs.xml
index 36f8fae5b..6d129b586 100644
--- a/chapter06/creatingdirs.xml
+++ b/chapter06/creatingdirs.xml
@@ -16,6 +16,7 @@ for dirname in /usr /usr/local
&nbsp;&nbsp;&nbsp;&nbsp;mkdir $dirname/share/{nls,misc,terminfo,zoneinfo}
&nbsp;&nbsp;&nbsp;&nbsp;mkdir $dirname/share/man/man{1,2,3,4,5,6,7,8}
done &amp;&amp;
+mkdir /usr/lib/locale &amp;&amp;
mkdir /var/{lock,log,mail,run,spool} &amp;&amp;
mkdir -p /var/{tmp,opt,cache,lib/misc,local} &amp;&amp;
mkdir /opt/{bin,doc,include,info} &amp;&amp;