Commit 81391e9c authored by Andrey Cherepanov's avatar Andrey Cherepanov Committed by Anton Midyukov

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

parent c619f684
...@@ -116,9 +116,10 @@ ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH))) ...@@ -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
......
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