From 7f31f3781597e035b8432e0ce1c2894835b4988a Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 11 Apr 2003 22:53:53 +0000 Subject: [PATCH] Run fc-cache from local dir instead of install dir to help LFS installs (I hope) --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5