diff options
author | Chris Staub <chris@linuxfromscratch.org> | 2014-07-21 08:28:16 +0000 |
---|---|---|
committer | Chris Staub <chris@linuxfromscratch.org> | 2014-07-21 08:28:16 +0000 |
commit | 672785d3354be0172b42f3f0abcc19fbf29046c6 (patch) | |
tree | 2c82ef6e93ae11d39efcc4f17f56f5cf20c1f5cb /chapter06/creatingdirs.xml | |
parent | dedf39ef449ae3e935083b1bfc4f79e791a6d254 (diff) |
Doc dir symilnks are no longer created
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10641 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/creatingdirs.xml')
-rw-r--r-- | chapter06/creatingdirs.xml | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/chapter06/creatingdirs.xml b/chapter06/creatingdirs.xml index f22f8d535..2f5da5920 100644 --- a/chapter06/creatingdirs.xml +++ b/chapter06/creatingdirs.xml @@ -53,16 +53,7 @@ mkdir -pv /var/{opt,cache,lib/{color,misc,locate},local}</userinput></screen> <title>FHS Compliance Note</title> <para>The directory tree is based on the Filesystem Hierarchy Standard (FHS) - (available at <ulink url="http://www.pathname.com/fhs/"/>). In addition to - the FHS, we create compatibility symlinks for the <filename - class="directory">man</filename>, <filename - class="directory">doc</filename>, and <filename - class="directory">info</filename> directories since many packages still try - to install their documentation into <filename - class="directory">/usr/<directory></filename> or <filename - class="directory">/usr/local/<directory></filename> as opposed to - <filename class="directory">/usr/share/<directory></filename> or - <filename class="directory">/usr/local/share/<directory></filename>. + (available at <ulink url="http://www.pathname.com/fhs/"/>). The FHS also stipulates the existence of <filename class="directory">/usr/local/games</filename> and <filename class="directory">/usr/share/games</filename>. The FHS is not precise as to |