diff options
-rw-r--r-- | appendices/dependencies.xml | 2 | ||||
-rw-r--r-- | 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 @@ <seglistitem> <seg>Bash, Binutils, Bison, Coreutils, Flex, GCC, Gettext, Glibc, - Gzip, Make, Sed, Xz-Utils, and Zlib</seg> + Gzip, Make, Pkg-config, Sed, Xz-Utils, and Zlib</seg> </seglistitem> </segmentedlist> 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}</userinput></screen> <para>The directory tree is based on the Filesystem Hierarchy Standard (FHS) (available at <ulink - url="https://wiki.linuxfoundation.org/en/FHS"/>). The FHS also specifies + url="https://refspecs.linuxfoundation.org/fhs.shtml"/>). The FHS also specifies the optional existence of some directories such as <filename class="directory">/usr/local/games</filename> and <filename class="directory">/usr/share/games</filename>. We create only the |