]> git.wh0rd.org - fontconfig.git/commitdiff
Run fc-cache from local dir instead of install dir to help LFS installs (I
authorKeith Packard <keithp@keithp.com>
Fri, 11 Apr 2003 22:53:53 +0000 (22:53 +0000)
committerKeith Packard <keithp@keithp.com>
Fri, 11 Apr 2003 22:53:53 +0000 (22:53 +0000)
    hope)

Makefile.am

index 6c3b041ad2750dc0cbd73c31bd8a942e5c7ccbcb..272ddcaa7b55b84117aa6c2b183abb355cc7ff0e 100644 (file)
@@ -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