From: Phil Blundell Date: Sun, 8 Aug 2004 14:08:31 +0000 (+0000) Subject: Merge bk://openembedded@openembedded.bkbits.net/packages X-Git-Tag: Release-2010-05/1~17755 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=342e7e5c08be8041cb556ea7d72fc19818a16e3c;p=openembedded.git Merge bk://openembedded@openembedded.bkbits.net/packages 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 --- diff --git a/perl/perl-native_5.8.3.oe b/perl/perl-native_5.8.3.oe index 59fc26f9a4..bd57285b61 100644 --- a/perl/perl-native_5.8.3.oe +++ b/perl/perl-native_5.8.3.oe @@ -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 }