Commit 1ab7f917 authored by Anton Midyukov's avatar Anton Midyukov

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.
parent 6012ea40
......@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment