From fb750abaa94241b1c6ae7ab2318af5298e3008f3 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Tue, 29 Nov 2016 20:35:57 +0300 Subject: [PATCH] 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. --- lib/profile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/profile.mk b/lib/profile.mk index 05a23529..7ee67573 100644 --- a/lib/profile.mk +++ b/lib/profile.mk @@ -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