summaryrefslogtreecommitdiff
path: root/packages/perl/perl-native_5.8.8.bb
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2008-10-19 12:08:33 +0200
committerStefan Schmidt <stefan@datenfreihafen.org>2008-10-19 12:08:33 +0200
commit313753ac3e740c8ff54f0b0ddb2acb659033fe85 (patch)
treec24ebb797548c4e68bd0e5771cc5cb0eae2dd9ec /packages/perl/perl-native_5.8.8.bb
parent14bf8220ea36950431c7d521a9ab47dace33ba9d (diff)
parent952e5e2b7a5c1deefc939594d40b81a71fb16a54 (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/perl/perl-native_5.8.8.bb')
-rw-r--r--packages/perl/perl-native_5.8.8.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/perl/perl-native_5.8.8.bb b/packages/perl/perl-native_5.8.8.bb
index 038177778f..3e215c56cf 100644
--- a/packages/perl/perl-native_5.8.8.bb
+++ b/packages/perl/perl-native_5.8.8.bb
@@ -55,8 +55,10 @@ do_configure () {
-Ud_csh \
-Uusesfio \
-Uusenm -des
- sed 's!${STAGING_DIR}/bin!${STAGING_BINDIR}!;
- s!${STAGING_DIR}/lib!${STAGING_LIBDIR}!' < config.sh > config.sh.new
+ sed "s!${STAGING_DIR}/bin!${STAGING_BINDIR}!;
+ s!${STAGING_DIR}/lib!${STAGING_LIBDIR}!;
+ s!^installbin=.*!installbin=\'${STAGING_BINDIR}\'!;
+ s!^installsitebin=.*!installsitebin=\'${STAGING_BINDIR}\'!" < config.sh > config.sh.new
mv config.sh.new config.sh
}
do_stage_append() {