Makefile.am | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) New commits: diff-tree cfccd4873a44da5b041368d5fca4f05180dcf041 (from caf996342b53bf2ca4eedbe54bc86b68456d7470) Author: Keith Packard <keithp@neko.keithp.com> Date: Fri Sep 1 13:22:45 2006 -0700 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"; \