diff options
author | Keith Packard <keithp@keithp.com> | 2002-02-15 23:45:33 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2002-02-15 23:45:33 +0000 |
commit | 2eb26602ffcfb3c3489849210502c4e00b370dfd (patch) | |
tree | ec185457dc0f581e77cd4cddb664326aed31f33e /fc-cache | |
parent | 65018b4a468c3175790dc27dfe37987151ad97d5 (diff) |
fontconfig fc-cache program needs to be executed with correct environment
on install
Diffstat (limited to 'fc-cache')
-rw-r--r-- | fc-cache/Imakefile | 2 |
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 |