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:
parent
6012ea4029
commit
1ab7f9178b
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user