aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/objective-caml.rb2
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