- 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
- Files:
-
- 5 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" -
BOOK/general.ent
ra518847 r80244da 3 3 <!ENTITY month "08"> <!-- Use two digits --> 4 4 <!ENTITY month_name "August"> 5 <!ENTITY day "0 2"> <!-- Use two digits -->5 <!ENTITY day "06"> <!-- Use two digits --> 6 6 <!ENTITY year "2012"> <!-- Use four digits --> 7 7 -
BOOK/introduction/common/changelog.xml
ra518847 r80244da 38 38 39 39 <listitem> 40 <para>06 August 2012</para> 41 <itemizedlist> 42 <listitem> 43 <para>[William Harrington] - Adjust XZ final system install command to properly install the lzma pkgconfig file to the proper location.</para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 47 48 <listitem> 40 49 <para>02 August 2012</para> 41 50 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.