Commit 314e91d6 authored by Mikhail Efremov's avatar Mikhail Efremov Committed by Anton Midyukov

workstation: Move base.pkgs and the.pkgs lists to top

In hope that unwanted packages (such as etcnet-defaults-server) will not be pulled.
parent b44bb957
......@@ -24,9 +24,10 @@ mixin/alt-workstation: +systemd +systemd-optimal +pulse +nm +power \
@$(call set,BRANDING,alt-workstation)
@$(call add,THE_BRANDING,mate-settings)
@$(call add,COMMON_PACKAGES,vim-console)
@$(call add,BASE_LISTS,workstation/base.pkgs)
@$(call add,THE_LISTS,workstation/the.pkgs)
@$(call add,THE_LISTS,$(call tags,archive extra))
@$(call add,THE_LISTS,$(call tags,mobile mate))
@$(call add,BASE_LISTS,workstation/base.pkgs)
@$(call add,BASE_LISTS,$(call tags,desktop cups))
@$(call add,LIVE_LISTS,workstation/live.pkgs)
@$(call add,LIVE_LISTS,$(call tags,desktop sane))
......@@ -34,7 +35,6 @@ ifneq (,$(filter-out armh,$(ARCH)))
@$(call add,LIVE_LISTS,workstation/libreoffice)
endif
@$(call add,THE_LISTS,workstation/mate)
@$(call add,THE_LISTS,workstation/the.pkgs)
@$(call add,THE_LISTS,$(call tags,regular desktop))
@$(call add,THE_LISTS,$(call tags,base regular))
@$(call add,THE_LISTS,$(call tags,base l10n))
......
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