From 1ab7f9178b10de4b76d4f7cb883e023617c03e99 Mon Sep 17 00:00:00 2001 From: Anton Midyukov Date: Sun, 21 Mar 2021 21:31:29 +0700 Subject: [PATCH] fonts: Set SYSTEM_FONTS for use/fonts/install2 again The base font is needed not only in the installer, but also in the installed system, since the final steps start alterator from the installed system. use/fonts/system leave as an alias. --- features.in/fonts/config.mk | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/features.in/fonts/config.mk b/features.in/fonts/config.mk index ff58e129..1b2a3693 100644 --- a/features.in/fonts/config.mk +++ b/features.in/fonts/config.mk @@ -7,11 +7,7 @@ use/fonts: @$(call xport,FONT_FEATURES_DISABLE) # standalone target to specify non-bitmap installer fonts -use/fonts/install2: - @$(call try,INSTALL2_FONTS,fonts-ttf-google-croscore-arimo) - @$(call add,INSTALL2_PACKAGES,$$(INSTALL2_FONTS)) - -use/fonts/system: +use/fonts/install2 use/fonts/system: @$(call try,SYSTEM_FONTS,fonts-ttf-google-croscore-arimo) @$(call add,SYSTEM_PACKAGES,$$(SYSTEM_FONTS))