diff options
| -rw-r--r-- | Library/Formula/objective-caml.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/objective-caml.rb b/Library/Formula/objective-caml.rb index 5de581f22..5b93dc3f6 100644 --- a/Library/Formula/objective-caml.rb +++ b/Library/Formula/objective-caml.rb @@ -26,6 +26,7 @@ class ObjectiveCaml < Formula system "make opt" system "make opt.opt" system "make", "PREFIX=#{prefix}", "install" + (lib/"ocaml/site-lib").mkpath end def post_install |
