Really only rebuild caches for system fonts at make install time.

Oops. Fix actual fc-cache command line instead of just the displayed version.
This commit is contained in:
Keith Packard 2006-09-01 13:22:45 -07:00
parent caf996342b
commit cfccd4873a
1 changed files with 1 additions and 1 deletions

View File

@ -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"; \