[Clfs-commits] commit: r3941 - /trunk/BOOK/final-system/mips64/glibc-64bit.xml

svn at cross-lfs.org svn at cross-lfs.org
Sat Jun 28 21:03:40 PDT 2008


Author: jciccone
Date: Sun Jun 29 04:03:39 2008
New Revision: 3941

Log:
Fix a typo in the 64bit of glibc on mips. Using a < instead of a >

Modified:
    trunk/BOOK/final-system/mips64/glibc-64bit.xml

Modified: trunk/BOOK/final-system/mips64/glibc-64bit.xml
==============================================================================
--- trunk/BOOK/final-system/mips64/glibc-64bit.xml (original)
+++ trunk/BOOK/final-system/mips64/glibc-64bit.xml Sun Jun 29 04:03:39 2008
@@ -53,7 +53,7 @@
     ldd-rewrite-script instead of a relative path:</para>
 
 <screen os="m4"><userinput>cp config.make.in{,.orig}
-sed '/ldd-rewrite-script/s:@:${objdir}/&:' config.make.in.orig < config.make.in</userinput></screen>
+sed '/ldd-rewrite-script/s:@:${objdir}/&:' config.make.in.orig > config.make.in</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="glibc.xml"




More information about the Clfs-commits mailing list