aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/chapter06.xml
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-12-12 02:05:38 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-12-12 02:05:38 +0000
commit9c8916bcbaa61e15efcbb58ef551bb2961c6ad8e (patch)
treeadafc218f78964b61a5b21b883cef62f077885cc /chapter06/chapter06.xml
parent07ecae2532085c0c63a2f915679ef75a9ab27a15 (diff)
Stopped creation of /usr/share/{dict,nls}.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3133 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/chapter06.xml')
-rw-r--r--chapter06/chapter06.xml4
1 files changed, 2 insertions, 2 deletions
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
&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}