Run fc-cache from local dir instead of install dir to help LFS installs (I

hope)
This commit is contained in:
Keith Packard 2003-04-11 22:53:53 +00:00
parent 9f2bcb3e41
commit 7f31f37815
1 changed files with 1 additions and 1 deletions

View 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