Changeset 80244da for BOOK/final-system
- Timestamp:
- Aug 6, 2012, 3:34:13 PM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- ec40e5f
- Parents:
- a518847
- Location:
- BOOK/final-system
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/xz.xml
ra518847 r80244da 42 42 <para os="f">Install the programs:</para> 43 43 44 <screen os="g"><userinput>make install</userinput></screen>44 <screen os="g"><userinput>make pkgconfigdir=/usr/lib/pkgconfig install</userinput></screen> 45 45 46 46 <para os="h">Move the <filename>xz</filename> binary, and several symlinks -
BOOK/final-system/multilib/xz-64bit.xml
ra518847 r80244da 44 44 xpointer="xpointer(//*[@os='f'])"/> 45 45 46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 47 href="xz.xml" 48 xpointer="xpointer(//*[@os='g'])"/> 46 <screen os="g"><userinput>make pkgconfigdir=/usr/lib64/pkgconfig install</userinput></screen> 49 47 50 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/xz-n32.xml
ra518847 r80244da 45 45 xpointer="xpointer(//*[@os='f'])"/> 46 46 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 48 href="xz.xml" 49 xpointer="xpointer(//*[@os='g'])"/> 47 <screen os="g"><userinput>make pkgconfigdir=/usr/lib32/pkgconfig install</userinput></screen> 50 48 51 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.