From: Keith Packard Date: Fri, 15 Feb 2002 23:45:33 +0000 (+0000) Subject: fontconfig fc-cache program needs to be executed with correct environment X-Git-Tag: before-mesa-4_0-import~5 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=2eb26602ffcfb3c3489849210502c4e00b370dfd;p=fontconfig.git fontconfig fc-cache program needs to be executed with correct environment on install --- 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