Commit 008106f8 authored by Anton Midyukov's avatar Anton Midyukov

lib/profile.mk: with BRANCH variable set try fallback BRANDING alt-starterkit

parent 3ee642af
......@@ -97,7 +97,11 @@ profile/bare: profile/init use/pkgpriorities
@$(call try,GLOBAL_VERBOSE,)
@$(call try,IMAGEDIR,$(wildcard $(IMAGEDIR)))
@$(call try,LOGDIR,$(wildcard $(LOGDIR)))
@$(call try,BRANDING,alt-sisyphus)
ifeq (,$(BRANCH))
@$(call set,BRANDING,alt-sisyphus)
else
@$(call try,BRANDING,alt-starterkit)
endif
@$(call add,PINNED_PACKAGES,branding-$$(BRANDING)-alterator:Essential)
@$(call add,PINNED_PACKAGES,branding-$$(BRANDING)-bootsplash:Essential)
@$(call add,PINNED_PACKAGES,branding-$$(BRANDING)-bootloader:Essential)
......
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