summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2003-04-11 22:53:53 +0000
committerKeith Packard <keithp@keithp.com>2003-04-11 22:53:53 +0000
commit7f31f3781597e035b8432e0ce1c2894835b4988a (patch)
tree748e4333f981ecacbfd1d339307eb32c97bba629 /Makefile.am
parent9f2bcb3e41f30dde64a288a4741ff169f8848dad (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.am2
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