aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/perl.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl/perl.inc')
-rw-r--r--recipes/perl/perl.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/perl/perl.inc b/recipes/perl/perl.inc
index 00184a9dac..9e20ae63e6 100644
--- a/recipes/perl/perl.inc
+++ b/recipes/perl/perl.inc
@@ -36,8 +36,8 @@ do_install() {
}
do_stage() {
- install -d ${STAGING_DIR_HOST}/perl/
- install config.sh ${STAGING_DIR_HOST}/perl/
+ install -d ${STAGING_DIR}/${HOST_SYS}/perl/
+ install config.sh ${STAGING_DIR}/${HOST_SYS}/perl/
}
PACKAGES_DYNAMIC = "perl-module-*"