[Clfs-commits] commit: r4865 - /branches/clfs-sysroot/BOOK/final-system/arm/perl.xml

svn at cross-lfs.org svn at cross-lfs.org
Sun Mar 15 19:11:39 PDT 2009


Author: jciccone
Date: Mon Mar 16 02:11:39 2009
New Revision: 4865

Log:
Update Perl Sed.

Modified:
    branches/clfs-sysroot/BOOK/final-system/arm/perl.xml

Modified: branches/clfs-sysroot/BOOK/final-system/arm/perl.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/arm/perl.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/arm/perl.xml Mon Mar 16 02:11:39 2009
@@ -47,10 +47,8 @@
     links against its own internal copy of Zlib. The following command will
     tell it use the system-installed Zlib:</para>
 
-<screen os="s4"><userinput>cp -v ext/Compress/Raw/Zlib/config.in{,.orig}
-sed -e '/^BUILD_ZLIB/ s/True/False/' \
+<screen os="s4"><userinput>sed -i -e '/^BUILD_ZLIB/ s/True/False/' \
         -e '/^INCLUDE\|^LIB/ s|\./zlib-src|/usr/include|' \
-        ext/Compress/Raw/Zlib/config.in.orig > \
         ext/Compress/Raw/Zlib/config.in</userinput></screen>
 
     <para os="a">The Cross directory contains a Makefile for cross-compiling:</para>




More information about the Clfs-commits mailing list