Commit 41a3f091 authored by Michael Shigorin's avatar Michael Shigorin

browser: tweak for multi-branch compatibility

The current branches lack both firefox 29+ and firefox-classic_theme_restorer, correspondingly; sisyphus has those; the feature shouldn't pose any problems in both cases, should it?
parent 796a8219
use/browser:
@$(call add_feature)
@$(call add,THE_PACKAGES,$$(THE_BROWSER))
@$(call add,THE_PACKAGES_REGEXP,$$(THE_BROWSER))
@$(call try,THE_BROWSER,webclient) # fallback
use/browser/firefox use/browser/seamonkey \
......@@ -25,7 +25,7 @@ use/browser/firefox/i18n: use/browser/firefox
# fx29+
use/browser/firefox/classic: use/browser/firefox
@$(call add,THE_BROWSER,firefox-classic_theme_restorer)
@$(call add,THE_BROWSER,firefox-classic_theme_restorer.*)
use/browser/seamonkey/i18n: use/browser/seamonkey
@$(call add,THE_BROWSER,seamonkey-ru)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment