From: Keith Packard Date: Fri, 1 Sep 2006 19:05:04 +0000 (-0700) Subject: Only rebuild caches for system fonts at make install time. X-Git-Tag: 2.3.96~21 X-Git-Url: https://git.wh0rd.org/?p=fontconfig.git;a=commitdiff_plain;h=fd7223c770e74730480bdf9ecf36f3152a12473e 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. --- diff --git a/Makefile.am b/Makefile.am index 90825ba..2fa3b34 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 "***"; \