From 92ba48e7c1aec01151280624a08727e6bc01790a Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Wed, 26 Aug 2020 22:56:26 +0300 Subject: [PATCH] branding: drop notes on e2k again Still have to refer to MCST instead at the moment... Fixes: f1c5f98795a698fdd665c7286f15d6e023195200 --- features.in/branding/config.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/features.in/branding/config.mk b/features.in/branding/config.mk index 27b3dd56..54a251a2 100644 --- a/features.in/branding/config.mk +++ b/features.in/branding/config.mk @@ -21,7 +21,10 @@ ifeq (,$(filter-out i586 x86_64,$(ARCH))) endif use/branding/complete: use/branding/full use/plymouth/full - @$(call add,INSTALL2_BRANDING,notes slideshow) + @$(call add,INSTALL2_BRANDING,slideshow) +ifneq (,$(filter-out e2k%,$(ARCH))) + @$(call add,INSTALL2_BRANDING,notes) +endif # http://altlinux.org/branding/slideshow use/branding/slideshow/once: use/branding