Commit 16a5d3f6 authored by Andrey Cherepanov's avatar Andrey Cherepanov Committed by Anton Midyukov

education: install yandex-browser-alt-education only for x86_64

parent 57b376f2
...@@ -27,7 +27,9 @@ else ...@@ -27,7 +27,9 @@ else
endif endif
@$(call add,THE_PACKAGES,mousepad) @$(call add,THE_PACKAGES,mousepad)
@$(call add,THE_PACKAGES,thunderbird) @$(call add,THE_PACKAGES,thunderbird)
ifeq (,$(filter-out x86_64,$(ARCH)))
@$(call add,THE_PACKAGES,yandex-browser-alt-education) @$(call add,THE_PACKAGES,yandex-browser-alt-education)
endif
@$(call add,THE_PACKAGES,installer-feature-lightdm-stage3) @$(call add,THE_PACKAGES,installer-feature-lightdm-stage3)
@$(call add,THE_LISTS,$(call tags,base l10n)) @$(call add,THE_LISTS,$(call tags,base l10n))
@$(call add,BASE_LISTS,workstation/3rdparty) @$(call add,BASE_LISTS,workstation/3rdparty)
......
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