Commit f77d9b60 authored by Anton Midyukov's avatar Anton Midyukov

lib/profile.mk: install branding-$$(BRANDING)-release always after basesystem

This package must always be installed in chroot in one transaction with basesystem so that the correct package is installed.
parent 7479ca23
......@@ -113,9 +113,7 @@ endif
@$(call add,PINNED_PACKAGES,branding-$$(BRANDING)-notes:Essential)
@$(call add,PINNED_PACKAGES,branding-$$(BRANDING)-release:Essential)
@$(call add,PINNED_PACKAGES,branding-$$(BRANDING)-slideshow:Essential)
ifeq (,$(REPO:altlinux%=))
@$(call set,PACKAGES_REQUIRED_INITROOT,basesystem branding-$$(BRANDING)-release)
endif
@$(call xport,ARCH)
@mp-commit "$(BUILDDIR)" "image configuration defaults set"
......
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