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

branding: add release to use/branding

Otherwise, use/branding is pointless in itself.
parent c72ae078
IMAGE_PACKAGES_REGEXP += $(call branding, \
IMAGE_PACKAGES_REGEXP += $(call branding, release \
$(STAGE2_BRANDING) $(INSTALL2_BRANDING))
# step 4: build the distribution image
DOT_BASE += $(call branding,$(THE_BRANDING))
DOT_BASE += $(call branding,release $(THE_BRANDING))
IMAGE_PACKAGES_REGEXP += $(call branding, \
IMAGE_PACKAGES_REGEXP += $(call branding, release \
$(THE_BRANDING) $(STAGE2_BRANDING))
IMAGE_PACKAGES_REGEXP += $(call branding,$(THE_BRANDING))
IMAGE_PACKAGES_REGEXP += $(call branding,release $(THE_BRANDING))
CHROOT_PACKAGES_REGEXP += $(call branding,$(STAGE1_BRANDING))
CHROOT_PACKAGES_REGEXP += $(call branding,release $(STAGE1_BRANDING))
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