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.
This commit is contained in:
Anton Midyukov 2021-03-21 21:31:29 +07:00
parent 6012ea4029
commit 1ab7f9178b

View File

@ -7,11 +7,7 @@ use/fonts:
@$(call xport,FONT_FEATURES_DISABLE) @$(call xport,FONT_FEATURES_DISABLE)
# standalone target to specify non-bitmap installer fonts # standalone target to specify non-bitmap installer fonts
use/fonts/install2: use/fonts/install2 use/fonts/system:
@$(call try,INSTALL2_FONTS,fonts-ttf-google-croscore-arimo)
@$(call add,INSTALL2_PACKAGES,$$(INSTALL2_FONTS))
use/fonts/system:
@$(call try,SYSTEM_FONTS,fonts-ttf-google-croscore-arimo) @$(call try,SYSTEM_FONTS,fonts-ttf-google-croscore-arimo)
@$(call add,SYSTEM_PACKAGES,$$(SYSTEM_FONTS)) @$(call add,SYSTEM_PACKAGES,$$(SYSTEM_FONTS))