Merge bk://openembedded@openembedded.bkbits.net/packages
authorPhil Blundell <philb@gnu.org>
Sun, 8 Aug 2004 14:08:31 +0000 (14:08 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 8 Aug 2004 14:08:31 +0000 (14:08 +0000)
into dixie.nexus.co.uk:/home/pb/oe/oe-packages

2004/08/08 15:08:13+01:00 nexus.co.uk!pb
remove extraneous \-continuation

BKrev: 411633df9mDLDobWkVKs163lhVSHKg

perl/perl-native_5.8.3.oe

index 59fc26f..bd57285 100644 (file)
@@ -21,7 +21,7 @@ do_configure () {
     -Ud_csh                                    \
     -Uusesfio                                  \
     -Uusenm -des
-    sed 's!${STAGING_DIR}/bin!${STAGING_BINDIR}!; \
+    sed 's!${STAGING_DIR}/bin!${STAGING_BINDIR}!; 
          s!${STAGING_DIR}/lib!${STAGING_LIBDIR}!' < config.sh > config.sh.new
     mv config.sh.new config.sh
 }