diff options
author | Phil Blundell <philb@gnu.org> | 2004-08-08 14:08:31 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-08-08 14:08:31 +0000 |
commit | 342e7e5c08be8041cb556ea7d72fc19818a16e3c (patch) | |
tree | bff624b2c76be4d428b035e7a98c333596bf1278 /perl | |
parent | 79c35a0c935137ec1fcc21c69392cf332f9d4602 (diff) |
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
Diffstat (limited to 'perl')
-rw-r--r-- | perl/perl-native_5.8.3.oe | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |