education: do not install syslinux and owamp-server missing on aarch64

This commit is contained in:
Andrey Cherepanov 2021-05-14 11:21:54 +03:00 committed by Anton Midyukov
parent c619f68409
commit 81391e9ca5

View File

@ -116,9 +116,10 @@ ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
@$(call add,THE_PACKAGES,chromium) @$(call add,THE_PACKAGES,chromium)
@$(call add,THE_PACKAGES,mc-full) @$(call add,THE_PACKAGES,mc-full)
@$(call add,THE_PACKAGES,remmina remmina-plugins) @$(call add,THE_PACKAGES,remmina remmina-plugins)
endif
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call add,THE_PACKAGES,syslinux) @$(call add,THE_PACKAGES,syslinux)
@$(call add,MAIN_PACKAGES,owamp-server) @$(call add,MAIN_PACKAGES,owamp-server)
endif endif
endif # distro endif # distro