[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.1.0-1132-g0027e88

git git at cross-lfs.org
Wed May 28 05:20:52 PDT 2014


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  0027e882d28d6a17cc7e06636c52b8fb56b464b4 (commit)
       via  f69dab3701c8d9242e2d170f2510c3a72ca9bf2b (commit)
      from  a83941ed5a923a3807f7c40f460cab2807456ce3 (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 0027e882d28d6a17cc7e06636c52b8fb56b464b4
Author: Chris Staub <chris at beaker67.com>
Date:   Wed May 28 08:08:49 2014 -0400

    Added mandir and infodir to multilib bc

diff --git a/BOOK/final-system/multilib/bc.xml b/BOOK/final-system/multilib/bc.xml
index 12a14ed..5a3e990 100644
--- a/BOOK/final-system/multilib/bc.xml
+++ b/BOOK/final-system/multilib/bc.xml
@@ -25,7 +25,8 @@
     href="../common/bc.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr</userinput></screen>
+<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
+    --mandir=/usr/share/man --infodir=/usr/share/info</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/bc.xml"

commit f69dab3701c8d9242e2d170f2510c3a72ca9bf2b
Author: Chris Staub <chris at beaker67.com>
Date:   Wed May 28 08:06:01 2014 -0400

    Added docdir to multilib pkg-config-lite

diff --git a/BOOK/final-system/multilib/pkg-config-lite.xml b/BOOK/final-system/multilib/pkg-config-lite.xml
index fe8622c..4c5b331 100644
--- a/BOOK/final-system/multilib/pkg-config-lite.xml
+++ b/BOOK/final-system/multilib/pkg-config-lite.xml
@@ -26,7 +26,7 @@
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
-    --with-pc-path=/usr/share/pkgconfig</userinput></screen>
+    --docdir=/usr/share/doc/pkg-config-&pkg-config-lite-version; --with-pc-path=/usr/share/pkgconfig</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/pkg-config-lite.xml"

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

Summary of changes:
 BOOK/final-system/multilib/bc.xml              |    3 ++-
 BOOK/final-system/multilib/pkg-config-lite.xml |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list