From 03e6064c94d19f1a61efe889031376aba48d9389 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 14 Apr 2018 16:12:46 +0000 Subject: Typos and minor corrections git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11401 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/attr.xml | 2 +- chapter06/expat.xml | 7 ++++--- chapter06/flex.xml | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/chapter06/attr.xml b/chapter06/attr.xml index 1497ebfdb..f81df844c 100644 --- a/chapter06/attr.xml +++ b/chapter06/attr.xml @@ -143,7 +143,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libattr.so) /usr/lib/libattr.so libattr - Contains the libbrary functions for manipulating extended attributes + Contains the library functions for manipulating extended attributes libattr diff --git a/chapter06/expat.xml b/chapter06/expat.xml index 7b71c8481..e8450e674 100644 --- a/chapter06/expat.xml +++ b/chapter06/expat.xml @@ -47,7 +47,9 @@ Prepare Expat for compilation: -./configure --prefix=/usr --disable-static +./configure --prefix=/usr \ + --disable-static \ + --docdir=/usr/share/doc/expat-&expat-version; Compile the package: @@ -63,8 +65,7 @@ If desired, install the documentation: -install -v -dm755 /usr/share/doc/expat-&expat-version; -install -v -m644 doc/*.{html,png,css} /usr/share/doc/expat-&expat-version; +install -v -m644 doc/*.{html,png,css} /usr/share/doc/expat-&expat-version; diff --git a/chapter06/flex.xml b/chapter06/flex.xml index 4055d4857..2e12dabac 100644 --- a/chapter06/flex.xml +++ b/chapter06/flex.xml @@ -85,7 +85,7 @@ flex, flex++ (link to flex), and lex (link to flex) - libfl.so and libfl_pic.so + libfl.so /usr/share/doc/flex-&flex-version; @@ -121,7 +121,7 @@ lex - A script that runs flex in + A symbolic link that runs flex in lex emulation mode lex -- cgit v1.2.3-54-g00ecf