From 6bf3f584c1fc06c9be3bab167c6c7a7889c73e26 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 19 Dec 2015 20:51:24 +0000 Subject: Reword FHS Compliance Note. Update to perl-5.22.1. Update to perl-5.22.1. Update to linux-4.3.1. Update to man-pages-4.03. Fix xz problem identified upstream. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10979 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/creatingdirs.xml | 15 +++++++-------- chapter06/xz.xml | 7 +++++++ 2 files changed, 14 insertions(+), 8 deletions(-) (limited to 'chapter06') diff --git a/chapter06/creatingdirs.xml b/chapter06/creatingdirs.xml index 09ad4fd65..80e5dc474 100644 --- a/chapter06/creatingdirs.xml +++ b/chapter06/creatingdirs.xml @@ -52,15 +52,14 @@ 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 ). - The FHS also stipulates the existence of The directory tree is based on the Filesystem Hierarchy Standard + (FHS) (available at ). The FHS also stipulates + the optional existence some directories such as /usr/local/games and /usr/share/games. The FHS is not precise as to - the structure of the /usr/local/share - subdirectory, so we create only the directories that are needed. However, - feel free to create these directories if you prefer to conform more strictly - to the FHS. + class="directory">/usr/share/games. We create only the + directories that are needed. However, feel free to create these + directories. diff --git a/chapter06/xz.xml b/chapter06/xz.xml index 8d29b578a..e566273e6 100644 --- a/chapter06/xz.xml +++ b/chapter06/xz.xml @@ -44,6 +44,13 @@ Installation of Xz + First, fix an internal problem: + +sed -e '/mf\.buffer = NULL/a next->coder->mf.size = 0;' \ + -i src/liblzma/lz/lz_encoder.c + + + Prepare Xz for compilation with: ./configure --prefix=/usr \ -- cgit v1.2.3-54-g00ecf