[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-327-ge8d0520

git git at cross-lfs.org
Fri Aug 23 23:56:51 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  e8d05207c9a714671c8551102392f17c6219f1df (commit)
      from  91fb028fffd82904d9543d260fa98158afdc1514 (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 e8d05207c9a714671c8551102392f17c6219f1df
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sat Aug 24 01:56:47 2013 -0500

    Fix unterminated s command.

diff --git a/BOOK/final-system/ppc64-64/yaboot.xml b/BOOK/final-system/ppc64-64/yaboot.xml
index c682212..9162c9d 100644
--- a/BOOK/final-system/ppc64-64/yaboot.xml
+++ b/BOOK/final-system/ppc64-64/yaboot.xml
@@ -30,7 +30,7 @@
 
 <screen><userinput>sed -i -e "s/m32/m64/g" \
     -e "s/-Werror//" \
-    -e "s/elf32ppclinux/elf64ppc" Makefile
+    -e "s/elf32ppclinux/elf64ppc/" Makefile
 </userinput></screen>
 
     <variablelist os="j">

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

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


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list