diff options
Diffstat (limited to 'Library/Formula')
| -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 aebd17f3d..da9b5a66d 100644 --- a/Library/Formula/objective-caml.rb +++ b/Library/Formula/objective-caml.rb @@ -16,4 +16,6 @@ class ObjectiveCaml <Formula system "make opt.opt" system "make install" end + + def skip_clean? path; true; end end |
