diff options
-rw-r--r-- | meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb b/meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb index 3b84542c0..3fcdc32b5 100644 --- a/meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb +++ b/meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb @@ -12,8 +12,8 @@ S = "${WORKDIR}/git" EXTRA_OECONF = "--with-idl-prefix=${STAGING_DIR_TARGET}/" -FILES_${PN} += "${libdir}/xulrunner-*/chrome/*" -FILES_${PN} += "${libdir}/xulrunner-*/components/*" -FILES_${PN}-dbg += "${libdir}/xulrunner-*/components/.debug/*" +FILES_${PN} += "${datadir}/moblin-web-browser/chrome/* ${libdir}/xulrunner-*/chrome/*" +FILES_${PN} += "${datadir}/moblin-web-browser/components/* ${libdir}/xulrunner-*/components/*" +FILES_${PN}-dbg += "${datadir}/moblin-web-browser/components/.debug/* ${libdir}/xulrunner-*/components/.debug/*" inherit autotools_stage |