From 24d62f287c13f7d6875e508295ad355f5f8ee49f Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Fri, 12 Sep 2003 15:38:34 +0000 Subject: 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 --- chapter01/changelog.xml | 4 ++++ chapter06/creatingdirs.xml | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 987a14c69..a4ab32795 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -87,6 +87,10 @@ +September 12th, 2003 [gerard]: Removed /usr/lib/locale +directory creation - it's created during Chapter 6 - Glibc where it's more +relevant. + 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. 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     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} -- cgit v1.2.3-54-g00ecf