diff options
author | Keith Packard <keithp@keithp.com> | 2003-04-11 22:53:53 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2003-04-11 22:53:53 +0000 |
commit | 7f31f3781597e035b8432e0ce1c2894835b4988a (patch) | |
tree | 748e4333f981ecacbfd1d339307eb32c97bba629 /Makefile.am | |
parent | 9f2bcb3e41f30dde64a288a4741ff169f8848dad (diff) |
Run fc-cache from local dir instead of install dir to help LFS installs (I
hope)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6c3b041a..272ddcaa 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 |