From ba4e117603a56d37662f9a75d25d0bf86f5f95dc Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 29 Dec 2013 18:13:47 +0000 Subject: Minor consistency updates git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10424 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bc.xml | 5 ++++- chapter06/xz.xml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'chapter06') diff --git a/chapter06/bc.xml b/chapter06/bc.xml index 8e37d0132..0957421bd 100644 --- a/chapter06/bc.xml +++ b/chapter06/bc.xml @@ -43,7 +43,10 @@ Prepare Bc for compilation: -./configure --prefix=/usr --with-readline +./configure --prefix=/usr \ + --with-readline \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info The meaning of the configure options: diff --git a/chapter06/xz.xml b/chapter06/xz.xml index 452386759..2f21e0f29 100644 --- a/chapter06/xz.xml +++ b/chapter06/xz.xml @@ -61,7 +61,7 @@ correct directory: make install -mv -v /usr/bin/{unlzma,unxz,xzcat,lzma,xz} /bin +mv -v /usr/bin/{lzma,unlzma,lzcat,xz,unxz,xzcat} /bin mv -v /usr/lib/liblzma.so.* /lib ln -svf ../../lib/$(readlink /usr/lib/liblzma.so) /usr/lib/liblzma.so -- cgit v1.2.3-54-g00ecf