From cfccd4873a44da5b041368d5fca4f05180dcf041 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 1 Sep 2006 13:22:45 -0700 Subject: [PATCH] Really only rebuild caches for system fonts at make install time. Oops. Fix actual fc-cache command line instead of just the displayed version. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; \ -- 2.39.2