Commit 7cde754d authored by Anton Midyukov's avatar Anton Midyukov

ve.mk: do not use tags for add lists

parent 212cbd28
......@@ -29,7 +29,7 @@ ve/generic: ve/base use/repo
# example of service-specific template
ve/openvpn: ve/bare
@$(call add,BASE_LISTS,$(call tags,server openvpn))
@$(call add,BASE_LISTS,tagged/server+openvpn)
ve/pgsql: ve/generic
@$(call add,BASE_PACKAGES,postgresql-server)
......
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