diff options
author | Keith Packard <keithp@neko.keithp.com> | 2006-09-01 12:05:04 -0700 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2006-09-01 12:05:04 -0700 |
commit | fd7223c770e74730480bdf9ecf36f3152a12473e (patch) | |
tree | fe3bb1c63a8f2995c3171f20e8828fe78a6df5dc /Makefile.am | |
parent | 8587d77ce64147b7fb324458ba100910ebba93f4 (diff) |
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.
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 90825bab..2fa3b34c 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 "***"; \ |