diff options
Diffstat (limited to 'Library/Formula/objective-caml.rb')
| -rwxr-xr-x | Library/Formula/objective-caml.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/objective-caml.rb b/Library/Formula/objective-caml.rb index c02c46cdc..60ab82376 100755 --- a/Library/Formula/objective-caml.rb +++ b/Library/Formula/objective-caml.rb @@ -7,7 +7,7 @@ class ObjectiveCaml <Formula    # note it indeed seems necessary to skip cleaning everything    # see http://github.com/mxcl/homebrew/issues/issue/188 -  def skip_clean? path; true; end +  skip_clean :all    def install      system "./configure", "--prefix", prefix, "--mandir", man | 
