[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. 7de9ad38cce386fa196f8a058c42c7a0911bf43e

git git at cross-lfs.org
Sat Jan 8 19:36:23 PST 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  7de9ad38cce386fa196f8a058c42c7a0911bf43e (commit)
      from  c584beb13ee4be4435462b1f147969123d31e09f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7de9ad38cce386fa196f8a058c42c7a0911bf43e
Author: Joe Ciccone <jciccone at gmail.com>
Date:   Sat Jan 8 22:31:15 2011 -0500

    Make sure that liblzma.a goes into /usr/lib* not /lib*.

diff --git a/BOOK/final-system/common/xz.xml b/BOOK/final-system/common/xz.xml
index 2973ac6..90d3614 100644
--- a/BOOK/final-system/common/xz.xml
+++ b/BOOK/final-system/common/xz.xml
@@ -44,6 +44,10 @@
 
 <screen os="h"><userinput>mv -v /usr/bin/{xz,lzma,lzcat,unlzma,unxz,xzcat} /bin</userinput></screen>
 
+    <para os="i">Move the static libraries to the proper location:</para>
+
+<screen os="j"><userinput>mv -v /lib/liblzma.a /usr/lib</userinput></screen>
+
   </sect2>
 
   <sect2 id="contents-xz" role="content">
diff --git a/BOOK/final-system/multilib/xz-64bit.xml b/BOOK/final-system/multilib/xz-64bit.xml
index 02116f3..0682e8a 100644
--- a/BOOK/final-system/multilib/xz-64bit.xml
+++ b/BOOK/final-system/multilib/xz-64bit.xml
@@ -51,6 +51,12 @@
     href="xz.xml"
     xpointer="xpointer(//*[@os='h'])"/>
 
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="xz.xml"
+    xpointer="xpointer(//*[@os='i'])"/>
+
+<screen os="j"><userinput>mv -v /lib64/liblzma.a /usr/lib64</userinput></screen>
+
   </sect2>
 
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
diff --git a/BOOK/final-system/multilib/xz-n32.xml b/BOOK/final-system/multilib/xz-n32.xml
index aacfb47..dc1c0e3 100644
--- a/BOOK/final-system/multilib/xz-n32.xml
+++ b/BOOK/final-system/multilib/xz-n32.xml
@@ -52,6 +52,12 @@
     href="xz.xml"
     xpointer="xpointer(//*[@os='h'])"/>
 
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="xz.xml"
+    xpointer="xpointer(//*[@os='i'])"/>
+
+<screen os="j"><userinput>mv -v /lib32/liblzma.a /usr/lib32</userinput></screen>
+
   </sect2>
 
   <sect2 role="content">
diff --git a/BOOK/final-system/multilib/xz.xml b/BOOK/final-system/multilib/xz.xml
index 41a78bf..2594805 100644
--- a/BOOK/final-system/multilib/xz.xml
+++ b/BOOK/final-system/multilib/xz.xml
@@ -52,6 +52,14 @@
     href="../common/xz.xml"
     xpointer="xpointer(//*[@os='h'])"/>
 
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/xz.xml"
+    xpointer="xpointer(//*[@os='i'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/xz.xml"
+    xpointer="xpointer(//*[@os='j'])"/>
+
   </sect2>
 
   <sect2 role="content">

-----------------------------------------------------------------------

Summary of changes:
 BOOK/final-system/common/xz.xml         |    4 ++++
 BOOK/final-system/multilib/xz-64bit.xml |    6 ++++++
 BOOK/final-system/multilib/xz-n32.xml   |    6 ++++++
 BOOK/final-system/multilib/xz.xml       |    8 ++++++++
 4 files changed, 24 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list