diff options
| author | Gerrit Beine | 2014-01-06 20:49:21 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-01-06 20:20:14 +0000 | 
| commit | 944e00775f17dcad16b2e6e1cf399ae65062394c (patch) | |
| tree | c1959dda42779cbfc593c7dfe4efdd046da9dda7 /Library | |
| parent | 90e35255a9e22f7236a86ca3d4820e3b845577e2 (diff) | |
| download | homebrew-944e00775f17dcad16b2e6e1cf399ae65062394c.tar.bz2 | |
gobject-introspection: disabled caching into $HOME
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gobject-introspection.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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| | 
