summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@neko.keithp.com>2006-09-01 12:05:04 -0700
committerKeith Packard <keithp@neko.keithp.com>2006-09-01 12:05:04 -0700
commitfd7223c770e74730480bdf9ecf36f3152a12473e (patch)
treefe3bb1c63a8f2995c3171f20e8828fe78a6df5dc
parent8587d77ce64147b7fb324458ba100910ebba93f4 (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.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 90825ba..2fa3b34 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 "***"; \