]> git.wh0rd.org - fontconfig.git/commitdiff
Only rebuild caches for system fonts at make install time.
authorKeith Packard <keithp@neko.keithp.com>
Fri, 1 Sep 2006 19:05:04 +0000 (12:05 -0700)
committerKeith Packard <keithp@neko.keithp.com>
Fri, 1 Sep 2006 19:05:04 +0000 (12:05 -0700)
Rebuilding user-specific fonts will stick those cache files in the system
font cache directory.

Makefile.am

index 90825bab58ceafb06c49d2119af626dc89cd4b71..2fa3b34c9f24a3f897096caa998ce8a959b8f228 100644 (file)
@@ -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 "***"; \