Run fc-cache from local dir instead of install dir to help LFS installs (I
hope)
This commit is contained in:
parent
9f2bcb3e41
commit
7f31f37815
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue