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:
Keith Packard 2006-09-01 12:05:04 -07:00
parent 8587d77ce6
commit fd7223c770
1 changed files with 1 additions and 1 deletions

View File

@ -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 "***"; \