Ignore:
Timestamp:
Feb 21, 2009, 11:10:24 PM (15 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
6f10197
Parents:
4f82906
Message:

Correct command in xz instructions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/xz.xml

    r4f82906 rf1583ef  
    4040<screen os="f"><userinput>make install</userinput></screen>
    4141
    42     <para os="g">Install the xz binary into the /bin directory, make some necessary symbolic links, and clean up: :</para>
     42    <para os="g">Move the <filename>xz</filename> binary, and several symlinks
     43    that point to it, into the /bin directory:</para>
    4344
    44 <screen os="h"><userinput>mv -v /usr/bin/xz /bin
    45 ln -sfv xz /bin/lzma
    46 ln -sfv xz /bin/lzcat
    47 ln -sfv xz /bin/unlzma
    48 ln -sfv xz /bin/unxz
    49 ln -sfv xz /bin/xzcat</userinput></screen>
     45<screen os="h"><userinput>mv -v /usr/bin/{xz,lzma,lzcat,unlzma,unxz,xzcat} /bin</userinput></screen>
    5046
    5147  </sect2>
Note: See TracChangeset for help on using the changeset viewer.