From: Richard Purdie Date: Tue, 30 Jun 2009 17:05:47 +0000 (+0100) Subject: moblin-web-browser: Adjust after upstream directory renaming X-Git-Tag: 2011-1~7255 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f0da36b97c500eaca1386afe6794f345b66ef574;p=openembedded-core.git moblin-web-browser: Adjust after upstream directory renaming Signed-off-by: Richard Purdie --- 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 3b84542c05..3fcdc32b5e 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