- Timestamp:
- Jan 8, 2011, 7:31:15 PM (14 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- bd6ae4f
- Parents:
- c584beb
- Location:
- BOOK/final-system
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/xz.xml
rc584beb r7de9ad3 44 44 45 45 <screen os="h"><userinput>mv -v /usr/bin/{xz,lzma,lzcat,unlzma,unxz,xzcat} /bin</userinput></screen> 46 47 <para os="i">Move the static libraries to the proper location:</para> 48 49 <screen os="j"><userinput>mv -v /lib/liblzma.a /usr/lib</userinput></screen> 46 50 47 51 </sect2> -
BOOK/final-system/multilib/xz-64bit.xml
rc584beb r7de9ad3 52 52 xpointer="xpointer(//*[@os='h'])"/> 53 53 54 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 55 href="xz.xml" 56 xpointer="xpointer(//*[@os='i'])"/> 57 58 <screen os="j"><userinput>mv -v /lib64/liblzma.a /usr/lib64</userinput></screen> 59 54 60 </sect2> 55 61 -
BOOK/final-system/multilib/xz-n32.xml
rc584beb r7de9ad3 53 53 xpointer="xpointer(//*[@os='h'])"/> 54 54 55 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 56 href="xz.xml" 57 xpointer="xpointer(//*[@os='i'])"/> 58 59 <screen os="j"><userinput>mv -v /lib32/liblzma.a /usr/lib32</userinput></screen> 60 55 61 </sect2> 56 62 -
BOOK/final-system/multilib/xz.xml
rc584beb r7de9ad3 53 53 xpointer="xpointer(//*[@os='h'])"/> 54 54 55 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 56 href="../common/xz.xml" 57 xpointer="xpointer(//*[@os='i'])"/> 58 59 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 60 href="../common/xz.xml" 61 xpointer="xpointer(//*[@os='j'])"/> 62 55 63 </sect2> 56 64
Note:
See TracChangeset
for help on using the changeset viewer.