diff options
| author | Joe | 2009-12-16 12:42:36 -0800 | 
|---|---|---|
| committer | Max Howell | 2009-12-17 13:44:39 +0000 | 
| commit | c479205c00a66a70212a4488f78d057ce07667b8 (patch) | |
| tree | c4c5f395f9fee34e08314defb7b10b9253cb7e9c /Library/Formula/objective-caml.rb | |
| parent | 5af4e3c64e8d9f59173ea23978cfa525ca68beb9 (diff) | |
| download | homebrew-c479205c00a66a70212a4488f78d057ce07667b8.tar.bz2 | |
Skip clean all of ocaml
Fixes #188.
Signed-off-by: Max Howell <max@methylblue.com>
I tested just cleaning lib and the test cases still didn't work.
Diffstat (limited to 'Library/Formula/objective-caml.rb')
| -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  | 
