From: Behdad Esfahbod Date: Thu, 25 Feb 2010 20:10:41 +0000 (-0500) Subject: Bug 18886 installation crashes if fontconfig already installed X-Git-Tag: root-2~61 X-Git-Url: https://git.wh0rd.org/?p=fontconfig.git;a=commitdiff_plain;h=2c93614ea0d0d1d895abe6c44add436c58bd99f8 Bug 18886 installation crashes if fontconfig already installed Run the uninstalled fc-cache, not the installed one. --- diff --git a/Makefile.am b/Makefile.am index e08857e..1cde132 100644 --- a/Makefile.am +++ b/Makefile.am @@ -105,8 +105,8 @@ install-data-local: fonts.conf $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf; \ fi; fi @(if $(RUN_FC_CACHE_TEST); then \ - echo " $(bindir)/fc-cache -s -f -v"; \ - $(bindir)/fc-cache -s -f -v; \ + echo "fc-cache$(EXEEXT) -s -f -v"; \ + fc-cache/fc-cache$(EXEEXT) -s -f -v; \ else \ echo "***"; \ echo "*** Warning: fonts.cache not built"; \