diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/objective-caml.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/objective-caml.rb b/Library/Formula/objective-caml.rb index da9b5a66d..4c4ffaf5c 100644 --- a/Library/Formula/objective-caml.rb +++ b/Library/Formula/objective-caml.rb @@ -17,5 +17,7 @@ class ObjectiveCaml <Formula system "make install" end + # note it indeed seems necessary to clean everything + # see http://github.com/mxcl/homebrew/issues#issue/188 def skip_clean? path; true; end end |
