From 672785d3354be0172b42f3f0abcc19fbf29046c6 Mon Sep 17 00:00:00 2001 From: Chris Staub Date: Mon, 21 Jul 2014 08:28:16 +0000 Subject: Doc dir symilnks are no longer created git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10641 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/creatingdirs.xml | 11 +---------- 1 file changed, 1 insertion(+), 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} FHS Compliance Note The directory tree is based on the Filesystem Hierarchy Standard (FHS) - (available at ). In addition to - the FHS, we create compatibility symlinks for the man, doc, and info directories since many packages still try - to install their documentation into /usr/<directory> or /usr/local/<directory> as opposed to - /usr/share/<directory> or - /usr/local/share/<directory>. + (available at ). The FHS also stipulates the existence of /usr/local/games and /usr/share/games. The FHS is not precise as to -- cgit v1.2.3-54-g00ecf