From 9c8916bcbaa61e15efcbb58ef551bb2961c6ad8e Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Fri, 12 Dec 2003 02:05:38 +0000 Subject: [PATCH] Stopped creation of /usr/share/{dict,nls}. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3133 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 7 +++++-- chapter06/chapter06.xml | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 2ca887fbe..affdbadda 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -45,7 +45,10 @@ -December 11th, 2003 [greg]: Chapter 5: - Setting up the +December 11th, 2003 [greg]: Chapter 5 - Creating directories: +Stopped creation of /usr/share/{dict,nls}. Closes Bug 721. + +December 11th, 2003 [greg]: Chapter 5 - Setting up the environment: Fixed Bash startup files to handle HOME and PS1. December 3rd, 2003 [greg]: Upgraded to Gettext-0.13, @@ -61,7 +64,7 @@ improved its build commands. to sed substitutions: GCC Suppress-Libiberty Patch, Grub Gcc33 Patch, Man Manpath Patch and Man Pager Patch. Closes Bug 461. -November 19th, 2003 [greg]: Chapter 5: - Setting up the +November 19th, 2003 [greg]: Chapter 5 - Setting up the environment: Reworked the Bash startup files to enforce a clean environment. Closes Bug 714. diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 20c0c3f39..07a4ca204 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -151,8 +151,8 @@ for dirname in /usr /usr/local     do     mkdir $dirname/{bin,etc,include,lib,sbin,share,src}     ln -s share/{man,doc,info} $dirname -    mkdir $dirname/share/{dict,doc,info,locale,man} -    mkdir $dirname/share/{nls,misc,terminfo,zoneinfo} +    mkdir $dirname/share/{doc,info,locale,man} +    mkdir $dirname/share/{misc,terminfo,zoneinfo}     mkdir $dirname/share/man/man{1,2,3,4,5,6,7,8} done mkdir /var/{lock,log,mail,run,spool}