Changeset c42bd95


Ignore:
Timestamp:
12/27/2013 01:04:28 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
4ef6ea00
Parents:
86c8a6fc
Message:

move lzcat to /bin since it's also a symlink to xz

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10419 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/xz.xml

    r86c8a6fc rc42bd95  
    6262
    6363<screen><userinput remap="install">make install
    64 mv -v   /usr/bin/{unlzma,unxz,xzcat,lzma,xz} /bin
     64mv -v   /usr/bin/{lzcat,lzma,unlzma,unxz,xz,xzcat} /bin
    6565mv -v /usr/lib/liblzma.so.* /lib
    6666ln -svf ../../lib/$(readlink /usr/lib/liblzma.so) /usr/lib/liblzma.so</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.