From 080aa9f1649617dc2ff0c539e4ea58468acd110d Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 5 Jan 2011 00:10:26 +0000 Subject: [PATCH] Tweaks to Xz instructions git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9437 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendices/dependencies.xml | 4 ++-- chapter01/changelog.xml | 11 +++++++++++ chapter05/xz-utils.xml | 2 +- chapter06/chapter06.xml | 2 +- chapter06/xz-utils.xml | 4 ++-- 5 files changed, 17 insertions(+), 6 deletions(-) diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml index 1cf1930bb..a2895e18e 100644 --- a/appendices/dependencies.xml +++ b/appendices/dependencies.xml @@ -1233,7 +1233,7 @@ Bash, Binutils, Bzip2, Coreutils, Flex, GCC, GDBM, Gettext, - Glibc, Grep, Groff, Gzip, Less, Make, and Sed + Glibc, Grep, Groff, Gzip, Less, Make, Sed, and Xz @@ -2036,7 +2036,7 @@ &before; - None + Man-DB diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 3aff6f1c7..ab9d85bbb 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,17 @@ --> + + 2011-01-04 + + + [bdubbs] Move XZ-Utils to before Man-DB. + Tweak install instructions. + + + + + 2011-01-02 diff --git a/chapter05/xz-utils.xml b/chapter05/xz-utils.xml index 5b5a7b05f..434533ebc 100644 --- a/chapter05/xz-utils.xml +++ b/chapter05/xz-utils.xml @@ -59,7 +59,7 @@ Install the package: -make PREFIX=/tools install +make install diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 96eba60a9..dead9c2fd 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -60,6 +60,7 @@ + @@ -71,7 +72,6 @@ - diff --git a/chapter06/xz-utils.xml b/chapter06/xz-utils.xml index 6b354d345..f60bf5865 100644 --- a/chapter06/xz-utils.xml +++ b/chapter06/xz-utils.xml @@ -46,7 +46,7 @@ Prepare Xz for compilation with: -./configure --prefix=/usr +./configure --prefix=/usr --docdir=/usr/share/doc/xz-&xz-version; Compile the package: @@ -78,7 +78,7 @@ xzdec, xzdiff, xzegrep (link to xzgrep), xzfgrep (link to xzgrep), xzgrep, xzless, xzmore liblzma.{a,so} - /usr/include/lzma and /usr/share/doc/xz + /usr/include/lzma and /usr/share/doc/xz-&xz-version;