]> git.wh0rd.org - fontconfig.git/commitdiff
fontconfig fc-cache program needs to be executed with correct environment
authorKeith Packard <keithp@keithp.com>
Fri, 15 Feb 2002 23:45:33 +0000 (23:45 +0000)
committerKeith Packard <keithp@keithp.com>
Fri, 15 Feb 2002 23:45:33 +0000 (23:45 +0000)
    on install

fc-cache/Imakefile

index eb0d4d92111ccf131b98e229f6daacbd97bd6f20..02807231d2f406a89ad0f7b8e4ece85707b58ccc 100644 (file)
@@ -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