Browse Source

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
Krejzi 11 years ago
parent
commit
c42bd95649
1 changed files with 1 additions and 1 deletions
  1. 1 1
      chapter06/xz.xml

+ 1 - 1
chapter06/xz.xml

@@ -61,7 +61,7 @@
   correct directory:</para>
 
 <screen><userinput remap="install">make install
-mv -v   /usr/bin/{unlzma,unxz,xzcat,lzma,xz} /bin
+mv -v   /usr/bin/{lzcat,lzma,unlzma,unxz,xz,xzcat} /bin
 mv -v /usr/lib/liblzma.so.* /lib
 ln -svf ../../lib/$(readlink /usr/lib/liblzma.so) /usr/lib/liblzma.so</userinput></screen>