From 22eeedc438a209f7c5c7fc5869aa2536e4e2e436 Mon Sep 17 00:00:00 2001 From: Anton Bolshakov Date: Thu, 30 Oct 2014 13:46:23 +0000 Subject: [PATCH] eclass: Wuodan fix for firefox-plugin --- eclass/firefox-plugin.eclass | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/eclass/firefox-plugin.eclass b/eclass/firefox-plugin.eclass index 1fe653065..8c8080688 100644 --- a/eclass/firefox-plugin.eclass +++ b/eclass/firefox-plugin.eclass @@ -42,15 +42,18 @@ firefox-plugin_src_unpack() { # Default install function for firefox plugins firefox-plugin_src_install() { declare MOZILLA_FIVE_HOME + if has_version '>=www-client/firefox-21'; then MOZILLA_FIVE_HOME="/usr/$(get_libdir)/firefox/browser" - else + elif has_version '=www-client/firefox-bin-21'; then MOZILLA_FIVE_HOME="/opt/firefox/browser" - else + elif has_version '