From: Keith Packard Date: Fri, 11 Apr 2003 22:53:53 +0000 (+0000) Subject: Run fc-cache from local dir instead of install dir to help LFS installs (I X-Git-Tag: fc-2_1_93~1 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=7f31f3781597e035b8432e0ce1c2894835b4988a;p=fontconfig.git Run fc-cache from local dir instead of install dir to help LFS installs (I hope) --- diff --git a/Makefile.am b/Makefile.am index 6c3b041..272ddca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,4 +48,4 @@ install-data-local: echo " $(INSTALL_DATA) local.conf $(DESTDIR)$(configdir)/local.conf"; \ $(INSTALL_DATA) local.conf $(DESTDIR)$(configdir)/local.conf; \ fi; fi; fi - if [ x$(DESTDIR) = x ]; then $(bindir)/fc-cache -f -v; fi + if [ x$(DESTDIR) = x ]; then fc-cache/fc-cache -f -v; fi