diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2016-11-13 12:53:32 +0100 |
---|---|---|
committer | Stefan Agner <stefan.agner@toradex.com> | 2017-01-10 16:00:30 -0800 |
commit | 6fa5cb48487eccc11020caebcb2454a11c9dd3a6 (patch) | |
tree | 6d7632c71f9f5906549b78bd80ee9b9d09cdbb8a /recipes-mozilla | |
parent | c9535e042dd15937d6873c14e1b0b087a6b2be70 (diff) |
firefox_%.bbappend: follow install path change
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'recipes-mozilla')
-rw-r--r-- | recipes-mozilla/firefox/firefox_%.bbappend | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-mozilla/firefox/firefox_%.bbappend b/recipes-mozilla/firefox/firefox_%.bbappend index ee21ef4..bec4203 100644 --- a/recipes-mozilla/firefox/firefox_%.bbappend +++ b/recipes-mozilla/firefox/firefox_%.bbappend @@ -8,8 +8,8 @@ do_compile_append() { } do_install_append() { - install -d ${D}${libdir}/${PN}-${MOZ_APP_BASE_VERSION}/distribution - install -m 0644 ${WORKDIR}/distribution.ini ${D}${libdir}/${PN}-${MOZ_APP_BASE_VERSION}/distribution/ + install -d ${D}${libdir}/${PN}/distribution + install -m 0644 ${WORKDIR}/distribution.ini ${D}${libdir}/${PN}/distribution/ } FILES_${PN} += "" |