diff options
Diffstat (limited to 'recipes/perl/perl_5.10.1.bb')
-rw-r--r-- | recipes/perl/perl_5.10.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/perl/perl_5.10.1.bb b/recipes/perl/perl_5.10.1.bb index c22ecd7839..86b08dc092 100644 --- a/recipes/perl/perl_5.10.1.bb +++ b/recipes/perl/perl_5.10.1.bb @@ -129,7 +129,7 @@ do_install() { -e "s,${STAGING_LIBDIR},${libdir},g" \ -e "s,${STAGING_BINDIR},${bindir},g" \ -e "s,${STAGING_INCDIR},${includedir},g" \ - -e "s,${CROSS_DIR}${base_bindir}/,,g" \ + -e "s,${STAGING_DIR_NATIVE}${prefix_native}${base_bindir}/,,g" \ ${D}${bindir}/h2xs \ ${D}${bindir}/h2ph \ ${D}${datadir}/perl/${PV}/pod/*.pod \ |