aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/xz.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2013-12-13 06:55:02 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2013-12-13 06:55:02 +0000
commit9132fe499be0b137bc5494d39cb89390ea11f4ca (patch)
treed658b54a2955e05c41b2b83aef9b34de468dc155 /chapter06/xz.xml
parent4783efe5de8eccca80fa9c7c7b9d6323fd045c9f (diff)
Update to procps-ng-3.3.9
Install non-essential programs from the xz package in /usr/bin. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10390 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/xz.xml')
-rw-r--r--chapter06/xz.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/xz.xml b/chapter06/xz.xml
index a44bd10cd..65420b81c 100644
--- a/chapter06/xz.xml
+++ b/chapter06/xz.xml
@@ -47,7 +47,6 @@
<para>Prepare Xz for compilation with:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \
- --bindir=/bin \
--docdir=/usr/share/doc/xz-&xz-version;</userinput></screen>
<para>Compile the package:</para>
@@ -58,10 +57,11 @@
<screen><userinput remap="test">make check</userinput></screen>
- <para>Install the package and make sure that all libraries are in the
+ <para>Install the package and make sure that all essential files are in the
correct directory:</para>
<screen><userinput remap="install">make install
+mv -v /usr/bin/{unlzma,unxz,xzcat,lzma,xz} /bin
mv -v /usr/lib/liblzma.so.* /lib
ln -svf ../../lib/liblzma.so.&xz-version; /usr/lib/liblzma.so</userinput></screen>