aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJoe2009-12-16 12:42:36 -0800
committerJoe2009-12-16 12:42:36 -0800
commitb6cb951c29b32aff392c4f84fe30dbddc03ea852 (patch)
tree5a54d3a5c9af4c6f6fc23fd5ea0cfb364b101c45 /Library/Formula
parentdde1dd498cb6a8980755836684acadf79806e88d (diff)
downloadhomebrew-b6cb951c29b32aff392c4f84fe30dbddc03ea852.tar.bz2
added skip clean
Diffstat (limited to 'Library/Formula')
-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 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