[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-sysvinit-257-g2be7de2

git git at clfs.org
Fri Jul 29 04:26:17 PDT 2016


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, sysvinit has been updated
       via  2be7de2b11d4b0e7f5b2b4853d88af09ce7a590a (commit)
      from  b274a3ec187b244c3df1549517afa88d95de5356 (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 2be7de2b11d4b0e7f5b2b4853d88af09ce7a590a
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Fri Jul 29 17:53:36 2016 -0500

    Replace lib with lib64 during Ncurses 64bit readlink command.

diff --git a/BOOK/final-system/multilib/ncurses-64bit.xml b/BOOK/final-system/multilib/ncurses-64bit.xml
index 1a0d7d0..ad4bf20 100644
--- a/BOOK/final-system/multilib/ncurses-64bit.xml
+++ b/BOOK/final-system/multilib/ncurses-64bit.xml
@@ -75,7 +75,7 @@ ln -svf multiarch_wrapper /usr/bin/ncursesw6-config</userinput></screen>
     and create a new symlink in <filename class="directory">/usr/lib64</filename>:</para>
 
 <screen os="i"><userinput>mv -v /usr/lib64/libncursesw.so.* /lib64
-ln -svf ../../lib64/$(readlink /usr/lib/libncursesw.so) /usr/lib64/libncursesw.so</userinput></screen>
+ln -svf ../../lib64/$(readlink /usr/lib64/libncursesw.so) /usr/lib64/libncursesw.so</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="ncurses.xml"

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

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


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list