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
Joe 2009-12-16 12:42:36 -08:00 committed by Max Howell
parent 279c7d8b1b
commit ea6e75a29f
1 changed files with 2 additions and 0 deletions

View File

@ -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