[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-306-g7cc0937

git git at cross-lfs.org
Wed Aug 21 10:18:10 PDT 2013


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  7cc0937aa24d21d2ed4c854c40f5b11030bc04a8 (commit)
      from  6b540805b1ff251747aa160d6a27b8f18a1292ee (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 7cc0937aa24d21d2ed4c854c40f5b11030bc04a8
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Wed Aug 21 12:18:01 2013 -0500

    Correct the command for editing the ldd sript.

diff --git a/BOOK/final-system/ppc64-64/eglibc.xml b/BOOK/final-system/ppc64-64/eglibc.xml
index 350fdb7..512d61e 100644
--- a/BOOK/final-system/ppc64-64/eglibc.xml
+++ b/BOOK/final-system/ppc64-64/eglibc.xml
@@ -133,7 +133,7 @@
 
     <screen><userinput>rm -v /lib/ld64.so.1
 cp -v /usr/bin/ldd{,.bak}
-sed '/RTLDLIST/s%/ld64.so.1 /lib64%%' /usr/bin/ldd.bak >/usr/bin/ldd</userinput></screen>
+sed '/RTLDLIST/s%/ld.so.1 /lib64%%' /usr/bin/ldd.bak >/usr/bin/ldd</userinput></screen>
 
     <para>Check the script to make sure the sed worked correctly, then delete
     the backup.</para>

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

Summary of changes:
 BOOK/final-system/ppc64-64/eglibc.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list