aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-09-12 15:38:34 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-09-12 15:38:34 +0000
commit24d62f287c13f7d6875e508295ad355f5f8ee49f (patch)
tree7f15a34982029c557c5e923644c26fc037a9eef2 /chapter06
parent0b5fd8449d6619014819cf8d5a8fd8e6aeb91240 (diff)
Removed /usr/lib/locale directory creation - it's created during Chapter 6 - Glibc where it's more relevant.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2783 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/creatingdirs.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/chapter06/creatingdirs.xml b/chapter06/creatingdirs.xml
index ccf71cae3..a87526e4d 100644
--- a/chapter06/creatingdirs.xml
+++ b/chapter06/creatingdirs.xml
@@ -16,7 +16,6 @@ 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
-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}