Only rebuild caches for system fonts at make install time.
Rebuilding user-specific fonts will stick those cache files in the system font cache directory.
This commit is contained in:
parent
8587d77ce6
commit
fd7223c770
|
@ -59,7 +59,7 @@ install-data-local:
|
|||
$(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf; \
|
||||
fi; fi
|
||||
@(if $(RUN_FC_CACHE_TEST); then \
|
||||
echo " fc-cache/fc-cache -f -v"; \
|
||||
echo " fc-cache/fc-cache -s -f -v"; \
|
||||
fc-cache/fc-cache -f -v; \
|
||||
else \
|
||||
echo "***"; \
|
||||
|
|
Loading…
Reference in New Issue