From 044384de68081b427e7d45009e8b22b5a59e239a Mon Sep 17 00:00:00 2001 From: Krejzi Date: Tue, 18 Feb 2014 21:59:02 +0000 Subject: [PATCH] Fix some differences between two lfs branches. git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10485 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bc.xml | 8 ++++---- chapter06/createfiles.xml | 1 + chapter06/xz.xml | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/chapter06/bc.xml b/chapter06/bc.xml index 75bc95d23..0957421bd 100644 --- a/chapter06/bc.xml +++ b/chapter06/bc.xml @@ -43,10 +43,10 @@ Prepare Bc for compilation: -./configure --prefix=/usr \ - --with-readline \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man +./configure --prefix=/usr \ + --with-readline \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info The meaning of the configure options: diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml index 95217ad32..5161d6505 100644 --- a/chapter06/createfiles.xml +++ b/chapter06/createfiles.xml @@ -83,6 +83,7 @@ sys:x:2: kmem:x:3: tape:x:4: tty:x:5: +daemon:x:6: floppy:x:7: disk:x:8: lp:x:9: diff --git a/chapter06/xz.xml b/chapter06/xz.xml index c71ac45c8..67594d2d4 100644 --- a/chapter06/xz.xml +++ b/chapter06/xz.xml @@ -60,7 +60,7 @@ correct directory: make install -mv -v /usr/bin/{lzcat,lzma,unlzma,unxz,xz,xzcat} /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