workstation: Use workstation/scanning list in live

Content of the live and install images should by basically the same,
but desktop+sane and workstation/scanning lists are different.
This commit is contained in:
Mikhail Efremov 2022-10-04 20:25:35 +03:00 committed by Anton Midyukov
parent a327951f05
commit 8bc3378734

View File

@ -44,7 +44,7 @@ endif
@$(call add,THE_LISTS,$(call tags,mobile mate))
@$(call add,BASE_LISTS,$(call tags,desktop cups))
@$(call add,LIVE_LISTS,workstation/live.pkgs)
@$(call add,LIVE_LISTS,$(call tags,desktop sane))
@$(call add,LIVE_LISTS,workstation/scanning)
ifneq (,$(filter-out armh,$(ARCH)))
@$(call add,LIVE_LISTS,workstation/libreoffice)
endif