aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2013-12-29 18:13:47 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2013-12-29 18:13:47 +0000
commitba4e117603a56d37662f9a75d25d0bf86f5f95dc (patch)
treebed94e833a7271b7ec9fc4c726286d56538ea29c /chapter06
parent047a323f6b3f8e6c110316c73e537dbc6fee346a (diff)
Minor consistency updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10424 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/bc.xml5
-rw-r--r--chapter06/xz.xml2
2 files changed, 5 insertions, 2 deletions
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 @@
<para>Prepare Bc for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr --with-readline</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr \
+ --with-readline \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>
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:</para>
<screen><userinput remap="install">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</userinput></screen>