From 6fa5cb48487eccc11020caebcb2454a11c9dd3a6 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sun, 13 Nov 2016 12:53:32 +0100 Subject: firefox_%.bbappend: follow install path change Signed-off-by: Max Krummenacher Acked-by: Stefan Agner --- recipes-mozilla/firefox/firefox_%.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-mozilla') 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} += "" -- cgit v1.2.3