Commit a8b25b79 authored by Anton Midyukov's avatar Anton Midyukov

fonts: Added the ability to override SYSTEM_FONTS in use/fonts/install2

parent c25e039b
......@@ -6,7 +6,8 @@ use/fonts:
# standalone target to specify non-bitmap installer fonts
use/fonts/install2:
@$(call add,SYSTEM_PACKAGES,fonts-ttf-google-croscore-arimo)
@$(call try,SYSTEM_FONTS,fonts-ttf-google-croscore-arimo)
@$(call add,SYSTEM_PACKAGES,$$(SYSTEM_FONTS))
# just stating that kernels and font habits are pretty individual
use/fonts/zerg: use/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