Ignore:
Timestamp:
Dec 22, 2008, 1:29:14 AM (16 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
7e089d59
Parents:
4e02ed8
Message:

Fixed Formatting - Moved LZMA in temp-system to following build order

File:
1 edited

Legend:

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

    r4e02ed8 r8c4f60c  
    4646    <para os="i">Create a symlink for shared library:</para>
    4747
    48 <screen os="j"><userinput>ln -sf ../../lib/liblzmadec.so.0 /usr/lib/liblzmadec.so</userinput></screen>
     48<screen os="j"><userinput>ln -svf ../../lib/liblzmadec.so.0 /usr/lib/liblzmadec.so</userinput></screen>
    4949
    5050    <para os="k">Move the LZMA-Utils binaries to /bin to be available like other compressing utilities:</para>
     
    5252<screen os="l"><userinput>mv -v /usr/bin/lzma /bin
    5353ln -sf lzma /bin/unlzma
    54 ln -sf lzma /bin/lzmacat
    55 </userinput></screen>
     54ln -sf lzma /bin/lzmacat</userinput></screen>
    5655
    5756  </sect2>
Note: See TracChangeset for help on using the changeset viewer.