]> git.wh0rd.org - fontconfig.git/commitdiff
Really only rebuild caches for system fonts at make install time.
authorKeith Packard <keithp@neko.keithp.com>
Fri, 1 Sep 2006 20:22:45 +0000 (13:22 -0700)
committerKeith Packard <keithp@neko.keithp.com>
Fri, 1 Sep 2006 20:22:45 +0000 (13:22 -0700)
Oops. Fix actual fc-cache command line instead of just the displayed version.

Makefile.am

index 2fa3b34c9f24a3f897096caa998ce8a959b8f228..e316d8a8556fb72b637859c161a7ecf3f6bc16b7 100644 (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"; \