branding: add release to use/branding

Otherwise, use/branding is pointless in itself.
This commit is contained in:
Anton Midyukov 2023-09-28 18:53:20 +07:00
parent c72ae07875
commit 7c56d2cfc6
5 changed files with 5 additions and 5 deletions

View File

@ -1,2 +1,2 @@
IMAGE_PACKAGES_REGEXP += $(call branding, \ IMAGE_PACKAGES_REGEXP += $(call branding, release \
$(STAGE2_BRANDING) $(INSTALL2_BRANDING)) $(STAGE2_BRANDING) $(INSTALL2_BRANDING))

View File

@ -1,3 +1,3 @@
# step 4: build the distribution image # step 4: build the distribution image
DOT_BASE += $(call branding,$(THE_BRANDING)) DOT_BASE += $(call branding,release $(THE_BRANDING))

View File

@ -1,2 +1,2 @@
IMAGE_PACKAGES_REGEXP += $(call branding, \ IMAGE_PACKAGES_REGEXP += $(call branding, release \
$(THE_BRANDING) $(STAGE2_BRANDING)) $(THE_BRANDING) $(STAGE2_BRANDING))

View File

@ -1 +1 @@
IMAGE_PACKAGES_REGEXP += $(call branding,$(THE_BRANDING)) IMAGE_PACKAGES_REGEXP += $(call branding,release $(THE_BRANDING))

View File

@ -1 +1 @@
CHROOT_PACKAGES_REGEXP += $(call branding,$(STAGE1_BRANDING)) CHROOT_PACKAGES_REGEXP += $(call branding,release $(STAGE1_BRANDING))