profile.mk: update default branding

Should be ALT instead of ALT Linux now following
the update of the branding itself; ALT Linux Team
stays ALT Linux Team of course.
This commit is contained in:
Michael Shigorin 2016-11-29 20:35:57 +03:00
parent cdea94b9e7
commit fb750abaa9

View File

@ -94,7 +94,7 @@ profile/bare: profile/init
@$(call try,GLOBAL_VERBOSE,)
@$(call try,IMAGEDIR,$(wildcard $(IMAGEDIR)))
@$(call try,LOGDIR,$(wildcard $(LOGDIR)))
@$(call try,BRANDING,altlinux-sisyphus)
@$(call try,BRANDING,alt-sisyphus)
ifeq (,$(REPO:altlinux%=))
@$(call set,IMAGE_INIT_LIST,+branding-$$(BRANDING)-release)
endif