Browse Source

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
Gerard Beekmans 22 years ago
parent
commit
24d62f287c
2 changed files with 4 additions and 1 deletions
  1. 4 0
      chapter01/changelog.xml
  2. 0 1
      chapter06/creatingdirs.xml

+ 4 - 0
chapter01/changelog.xml

@@ -87,6 +87,10 @@
 </itemizedlist>
 </para></listitem>
 
+<listitem><para>September 12th, 2003 [gerard]: Removed /usr/lib/locale
+directory creation - it's created during Chapter 6 - Glibc where it's more
+relevant.</para></listitem>
+
 <listitem><para>September 11th, 2003 [jwrober]: Fixed Ch5 GCC Pass 2 specs 
 patch text to be more vague, but in actuality more accurate - provided by 
 Anderson Lizardo.</para></listitem>

+ 0 - 1
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}