diff options
| author | Adam Vandenberg | 2010-07-29 13:24:00 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-07-29 13:24:00 -0700 |
| commit | ccaa9ec94514690d77301ea8cdde4ae3ac7c26fc (patch) | |
| tree | 2f7af058d0c5cbbd0ebe15c11117d4f052279e50 /Library | |
| parent | 12dc6e7ff2d93344c926d877cf317c7bd504e50d (diff) | |
| download | homebrew-ccaa9ec94514690d77301ea8cdde4ae3ac7c26fc.tar.bz2 | |
glib - supress a folder already exists warning
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/glib.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/glib.rb b/Library/Formula/glib.rb index 919307ab1..0201a0f59 100644 --- a/Library/Formula/glib.rb +++ b/Library/Formula/glib.rb @@ -42,6 +42,7 @@ class Glib <Formula "--disable-rebuilds", "--with-libiconv=gnu" system "make" + ENV.j1 # Supress a folder already exists warning system "make install" # This sucks; gettext is Keg only to prevent conflicts with the wider |
