[Clfs-commits] commit: r4754 - /trunk/BOOK/final-system/common/xz.xml

svn at cross-lfs.org svn at cross-lfs.org
Sat Feb 21 23:10:25 PST 2009


Author: chris at beaker67.com
Date: Sun Feb 22 07:10:24 2009
New Revision: 4754

Log:
Correct command in xz instructions

Modified:
    trunk/BOOK/final-system/common/xz.xml

Modified: trunk/BOOK/final-system/common/xz.xml
==============================================================================
--- trunk/BOOK/final-system/common/xz.xml (original)
+++ trunk/BOOK/final-system/common/xz.xml Sun Feb 22 07:10:24 2009
@@ -39,14 +39,10 @@
 
 <screen os="f"><userinput>make install</userinput></screen>
 
-    <para os="g">Install the xz binary into the /bin directory, make some necessary symbolic links, and clean up: :</para>
+    <para os="g">Move the <filename>xz</filename> binary, and several symlinks
+    that point to it, into the /bin directory:</para>
 
-<screen os="h"><userinput>mv -v /usr/bin/xz /bin
-ln -sfv xz /bin/lzma
-ln -sfv xz /bin/lzcat
-ln -sfv xz /bin/unlzma
-ln -sfv xz /bin/unxz
-ln -sfv xz /bin/xzcat</userinput></screen>
+<screen os="h"><userinput>mv -v /usr/bin/{xz,lzma,lzcat,unlzma,unxz,xzcat} /bin</userinput></screen>
 
   </sect2>
 




More information about the Clfs-commits mailing list