git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79c35a0
)
Merge bk://openembedded@openembedded.bkbits.net/packages
author
Phil Blundell
<philb@gnu.org>
Sun, 8 Aug 2004 14:08:31 +0000
(14:08 +0000)
committer
Phil 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
patch
|
blob
|
history
diff --git
a/perl/perl-native_5.8.3.oe
b/perl/perl-native_5.8.3.oe
index
59fc26f
..
bd57285
100644
(file)
--- 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
}