fonts: Fix typo (logical error)
This commit is contained in:
parent
b9b345554e
commit
3f2e559b77
@ -9,11 +9,11 @@ use/fonts:
|
|||||||
# standalone target to specify non-bitmap installer fonts
|
# standalone target to specify non-bitmap installer fonts
|
||||||
use/fonts/install2:
|
use/fonts/install2:
|
||||||
@$(call try,INSTALL2_FONTS,fonts-ttf-google-croscore-arimo)
|
@$(call try,INSTALL2_FONTS,fonts-ttf-google-croscore-arimo)
|
||||||
@$(call add,INSTALL2_PACKAGES,$$(SYSTEM_FONTS))
|
@$(call add,INSTALL2_PACKAGES,$$(INSTALL2_FONTS))
|
||||||
|
|
||||||
use/fonts/system:
|
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,$$(INSTALL2_FONTS))
|
@$(call add,SYSTEM_PACKAGES,$$(SYSTEM_FONTS))
|
||||||
|
|
||||||
# just stating that kernels and font habits are pretty individual
|
# just stating that kernels and font habits are pretty individual
|
||||||
use/fonts/zerg: use/fonts
|
use/fonts/zerg: use/fonts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user