Commit 3f2e559b authored by Anton Midyukov's avatar Anton Midyukov

fonts: Fix typo (logical error)

parent b9b34555
......@@ -9,11 +9,11 @@ use/fonts:
# standalone target to specify non-bitmap installer fonts
use/fonts/install2:
@$(call try,INSTALL2_FONTS,fonts-ttf-google-croscore-arimo)
@$(call add,INSTALL2_PACKAGES,$$(SYSTEM_FONTS))
@$(call add,INSTALL2_PACKAGES,$$(INSTALL2_FONTS))
use/fonts/system:
@$(call try,SYSTEM_FONTS,fonts-ttf-google-croscore-arimo)
@$(call add,SYSTEM_PACKAGES,$$(INSTALL2_FONTS))
@$(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