diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-10 20:44:16 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-10 20:44:16 +0000 |
commit | bc8cca581fed74c60e201a89acb38cb2344c9b1b (patch) | |
tree | 083cf3ef71c66c95887fc07c0963aaaf52b3a049 /chapter06/xz.xml | |
parent | 67d1e797c307817787ac03eda253312b110ba45d (diff) |
Text updates to cross2 branch Chapter 6
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11917 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/xz.xml')
-rw-r--r-- | chapter06/xz.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chapter06/xz.xml b/chapter06/xz.xml index 9e2d0da4b..428053ed1 100644 --- a/chapter06/xz.xml +++ b/chapter06/xz.xml @@ -61,16 +61,15 @@ <para>Make sure that all essential files are in the correct directory:</para> -<screen><userinput remap="install">mv -v $LFS/usr/bin/{lzma,unlzma,lzcat,xz,unxz,xzcat} $LFS/bin -mv -v $LFS/usr/lib/liblzma.so.* $LFS/lib +<screen><userinput remap="install">mv -v $LFS/usr/bin/{lzma,unlzma,lzcat,xz,unxz,xzcat} $LFS/bin +mv -v $LFS/usr/lib/liblzma.so.* $LFS/lib ln -svf ../../lib/$(readlink $LFS/usr/lib/liblzma.so) $LFS/usr/lib/liblzma.so</userinput></screen> </sect2> <sect2 role="content"> <title/> - <para>Details on this package are located in<!-- TODO - <xref linkend="contents-xz" role="."/> --></para> + <para>Details on this package are located in <xref linkend="contents-xz" role="."/></para> </sect2> |