summaryrefslogtreecommitdiff
path: root/fc-cache
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2002-02-15 23:45:33 +0000
committerKeith Packard <keithp@keithp.com>2002-02-15 23:45:33 +0000
commit2eb26602ffcfb3c3489849210502c4e00b370dfd (patch)
treeec185457dc0f581e77cd4cddb664326aed31f33e /fc-cache
parent65018b4a468c3175790dc27dfe37987151ad97d5 (diff)
fontconfig fc-cache program needs to be executed with correct environment
on install
Diffstat (limited to 'fc-cache')
-rw-r--r--fc-cache/Imakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fc-cache/Imakefile b/fc-cache/Imakefile
index eb0d4d9..0280723 100644
--- a/fc-cache/Imakefile
+++ b/fc-cache/Imakefile
@@ -10,4 +10,4 @@ ComplexProgramTarget(fc-cache)
LinkBuildBinary(ProgramTargetName(fc-cache))
install::
- FC_DEBUG=128 FONTCONFIG_PATH=.. ./fc-cache -v
+ FC_DEBUG=128 $(FCCACHE) -v