Changeset 8c4f60c for BOOK/final-system/common
- Timestamp:
- Dec 22, 2008, 1:29:14 AM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 7e089d59
- Parents:
- 4e02ed8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/lzma.xml
r4e02ed8 r8c4f60c 46 46 <para os="i">Create a symlink for shared library:</para> 47 47 48 <screen os="j"><userinput>ln -s f ../../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> 49 49 50 50 <para os="k">Move the LZMA-Utils binaries to /bin to be available like other compressing utilities:</para> … … 52 52 <screen os="l"><userinput>mv -v /usr/bin/lzma /bin 53 53 ln -sf lzma /bin/unlzma 54 ln -sf lzma /bin/lzmacat 55 </userinput></screen> 54 ln -sf lzma /bin/lzmacat</userinput></screen> 56 55 57 56 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.