summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@neko.keithp.com>2006-09-01 13:22:45 -0700
committerKeith Packard <keithp@neko.keithp.com>2006-09-01 13:22:45 -0700
commitcfccd4873a44da5b041368d5fca4f05180dcf041 (patch)
treeecc33485bfc35197d4b639b9e1f992e87961f385
parentcaf996342b53bf2ca4eedbe54bc86b68456d7470 (diff)
downloadfontconfig-cfccd4873a44da5b041368d5fca4f05180dcf041.tar.gz
Really only rebuild caches for system fonts at make install time.
Oops. Fix actual fc-cache command line instead of just the displayed version.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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"; \