diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-12-31 21:18:32 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-12-31 21:18:32 +0000 |
commit | 7bee0a2699418a5eb5d07373c95c8cca6ca25432 (patch) | |
tree | b957e93555efd54727f0378f729e3dbe391d2d94 /chapter06/creatingdirs.xml | |
parent | 89e909277a3790b35e4682f4e068212061c0942d (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.xml | 1 |
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 mkdir $dirname/share/{nls,misc,terminfo,zoneinfo} mkdir $dirname/share/man/man{1,2,3,4,5,6,7,8} done && +mkdir /usr/lib/locale && mkdir /var/{lock,log,mail,run,spool} && mkdir -p /var/{tmp,opt,cache,lib/misc,local} && mkdir /opt/{bin,doc,include,info} && |