Commit e7021452 authored by Anton Midyukov's avatar Anton Midyukov

lib/profile.mk: set BRANCH in distcfg

The generated profile requires the BRANCH variable, which is not set.
parent 723a48ba
...@@ -101,6 +101,7 @@ profile/bare: profile/init use/pkgpriorities ...@@ -101,6 +101,7 @@ profile/bare: profile/init use/pkgpriorities
@$(call try,IMAGEDIR,$(wildcard $(IMAGEDIR))) @$(call try,IMAGEDIR,$(wildcard $(IMAGEDIR)))
@$(call try,LOGDIR,$(wildcard $(LOGDIR))) @$(call try,LOGDIR,$(wildcard $(LOGDIR)))
@$(call add,COMMON_PACKAGES,fakeroot) @$(call add,COMMON_PACKAGES,fakeroot)
@$(call set,BRANCH,$(BRANCH))
ifeq (sisyphus,$(BRANCH)) ifeq (sisyphus,$(BRANCH))
@$(call try,BRANDING,alt-sisyphus) @$(call try,BRANDING,alt-sisyphus)
else else
......
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