Skip clean all of ocaml
Fixes Homebrew/homebrew#188. Signed-off-by: Max Howell <max@methylblue.com> I tested just cleaning lib and the test cases still didn't work.master
parent
279c7d8b1b
commit
ea6e75a29f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue