]> git.wh0rd.org - fontconfig.git/commitdiff
Oops. Fix for bug 15928 used wrong path for installed fc-cache.
authorKeith Packard <keithp@keithp.com>
Sun, 25 May 2008 00:01:12 +0000 (17:01 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 25 May 2008 00:01:12 +0000 (17:01 -0700)
fc-cache lives in $(bindir)/fc-cache, not $(bindir)/fc-cache/fc-cache.

Makefile.am

index b9c0321c4afd6d9adb1f3126d11d446c32d2cefb..1b78d1bb667550d6721b255a199b9aec10fac1c6 100644 (file)
@@ -95,8 +95,8 @@ install-data-local:
          $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf; \
        fi; fi
        @(if $(RUN_FC_CACHE_TEST); then \
-           echo " $(bindir)/fc-cache/fc-cache -s -f -v"; \
-           $(bindir)/fc-cache/fc-cache -s -f -v; \
+           echo " $(bindir)/fc-cache -s -f -v"; \
+           $(bindir)/fc-cache -s -f -v; \
        else \
            echo "***"; \
            echo "*** Warning: fonts.cache not built"; \