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:
parent
caf996342b
commit
cfccd4873a
|
@ -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"; \
|
||||
|
|
Loading…
Reference in New Issue