aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/fontconfig.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/fontconfig.rb b/Library/Formula/fontconfig.rb
index 39b2e7a2b..82ed4a892 100644
--- a/Library/Formula/fontconfig.rb
+++ b/Library/Formula/fontconfig.rb
@@ -27,7 +27,7 @@ class Fontconfig < Formula
"--prefix=#{prefix}",
"--localstatedir=#{var}",
"--sysconfdir=#{etc}"
- system "make install"
+ system "make", "install", "RUN_FC_CACHE_TEST=false"
end
def post_install