Stopped creation of /usr/share/{dict,nls}.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3133 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Greg Schafer 2003-12-12 02:05:38 +00:00
parent 07ecae2532
commit 9c8916bcba
2 changed files with 7 additions and 4 deletions

View File

@ -45,7 +45,10 @@
</itemizedlist>
</listitem>
<listitem><para>December 11th, 2003 [greg]: Chapter 5: - Setting up the
<listitem><para>December 11th, 2003 [greg]: Chapter 5 - Creating directories:
Stopped creation of /usr/share/{dict,nls}. Closes Bug 721.</para></listitem>
<listitem><para>December 11th, 2003 [greg]: Chapter 5 - Setting up the
environment: Fixed Bash startup files to handle HOME and PS1.</para></listitem>
<listitem><para>December 3rd, 2003 [greg]: Upgraded to Gettext-0.13,
@ -61,7 +64,7 @@ improved its build commands.</para></listitem>
to sed substitutions: GCC Suppress-Libiberty Patch, Grub Gcc33 Patch, Man
Manpath Patch and Man Pager Patch. Closes Bug 461.</para></listitem>
<listitem><para>November 19th, 2003 [greg]: Chapter 5: - Setting up the
<listitem><para>November 19th, 2003 [greg]: Chapter 5 - Setting up the
environment: Reworked the Bash startup files to enforce a clean environment.
Closes Bug 714.</para></listitem>

View File

@ -151,8 +151,8 @@ for dirname in /usr /usr/local
&nbsp;&nbsp;&nbsp;&nbsp;do
&nbsp;&nbsp;&nbsp;&nbsp;mkdir $dirname/{bin,etc,include,lib,sbin,share,src}
&nbsp;&nbsp;&nbsp;&nbsp;ln -s share/{man,doc,info} $dirname
&nbsp;&nbsp;&nbsp;&nbsp;mkdir $dirname/share/{dict,doc,info,locale,man}
&nbsp;&nbsp;&nbsp;&nbsp;mkdir $dirname/share/{nls,misc,terminfo,zoneinfo}
&nbsp;&nbsp;&nbsp;&nbsp;mkdir $dirname/share/{doc,info,locale,man}
&nbsp;&nbsp;&nbsp;&nbsp;mkdir $dirname/share/{misc,terminfo,zoneinfo}
&nbsp;&nbsp;&nbsp;&nbsp;mkdir $dirname/share/man/man{1,2,3,4,5,6,7,8}
done
mkdir /var/{lock,log,mail,run,spool}