From 944e00775f17dcad16b2e6e1cf399ae65062394c Mon Sep 17 00:00:00 2001 From: Gerrit Beine Date: Mon, 6 Jan 2014 20:49:21 +0100 Subject: gobject-introspection: disabled caching into $HOME Signed-off-by: Mike McQuaid --- Library/Formula/gobject-introspection.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula/gobject-introspection.rb') diff --git a/Library/Formula/gobject-introspection.rb b/Library/Formula/gobject-introspection.rb index 90140c6d0..8228076f4 100644 --- a/Library/Formula/gobject-introspection.rb +++ b/Library/Formula/gobject-introspection.rb @@ -21,6 +21,7 @@ class GobjectIntrospection < Formula end if build.with? 'tests' def install + ENV['GI_SCANNER_DISABLE_CACHE'] = 'true' ENV.universal_binary if build.universal? inreplace 'giscanner/transformer.py', '/usr/share', HOMEBREW_PREFIX/'share' inreplace 'configure' do |s| -- cgit v1.2.3