From a6bd08d6c38dcb2b86939c1d733610b616547b47 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Thu, 22 Aug 2019 14:00:08 +0000 Subject: [PATCH] Update FHS URL git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11660 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendices/dependencies.xml | 2 +- chapter06/creatingdirs.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml index 1e9ccb1eb..1ab3a7788 100644 --- a/appendices/dependencies.xml +++ b/appendices/dependencies.xml @@ -1376,7 +1376,7 @@ Bash, Binutils, Bison, Coreutils, Flex, GCC, Gettext, Glibc, - Gzip, Make, Sed, Xz-Utils, and Zlib + Gzip, Make, Pkg-config, Sed, Xz-Utils, and Zlib diff --git a/chapter06/creatingdirs.xml b/chapter06/creatingdirs.xml index bc4df7054..129e94f18 100644 --- a/chapter06/creatingdirs.xml +++ b/chapter06/creatingdirs.xml @@ -53,7 +53,7 @@ mkdir -pv /var/{opt,cache,lib/{color,misc,locate},local} The directory tree is based on the Filesystem Hierarchy Standard (FHS) (available at ). The FHS also specifies + url="https://refspecs.linuxfoundation.org/fhs.shtml"/>). The FHS also specifies the optional existence of some directories such as /usr/local/games and /usr/share/games. We create only the