From: Keith Packard Date: Fri, 1 Sep 2006 20:22:45 +0000 (-0700) Subject: Really only rebuild caches for system fonts at make install time. X-Git-Tag: 2.3.96~15 X-Git-Url: https://git.wh0rd.org/?p=fontconfig.git;a=commitdiff_plain;h=cfccd4873a44da5b041368d5fca4f05180dcf041 Really only rebuild caches for system fonts at make install time. Oops. Fix actual fc-cache command line instead of just the displayed version. --- diff --git a/Makefile.am b/Makefile.am index 2fa3b34..e316d8a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,7 +60,7 @@ install-data-local: fi; fi @(if $(RUN_FC_CACHE_TEST); then \ echo " fc-cache/fc-cache -s -f -v"; \ - fc-cache/fc-cache -f -v; \ + fc-cache/fc-cache -s -f -v; \ else \ echo "***"; \ echo "*** Warning: fonts.cache not built"; \