diff options
author | Keith Packard <keithp@neko.keithp.com> | 2006-09-01 13:22:45 -0700 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2006-09-01 13:22:45 -0700 |
commit | cfccd4873a44da5b041368d5fca4f05180dcf041 (patch) | |
tree | ecc33485bfc35197d4b639b9e1f992e87961f385 /Makefile.am | |
parent | caf996342b53bf2ca4eedbe54bc86b68456d7470 (diff) |
Really only rebuild caches for system fonts at make install time.
Oops. Fix actual fc-cache command line instead of just the displayed version.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2fa3b34c..e316d8a8 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"; \ |