diff options
-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 "***"; \ |