diff options
| author | Mike McQuaid | 2014-10-27 07:54:19 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-10-27 08:16:24 +0000 | 
| commit | 59bcfbdebc4e98b4ae710b4c32a88b83e0f8fe01 (patch) | |
| tree | 97800c19f6d6bf73ae42837726efe5093573d4de | |
| parent | 964293e7ff1f289924400de70f8e475e79fe60d6 (diff) | |
| download | homebrew-59bcfbdebc4e98b4ae710b4c32a88b83e0f8fe01.tar.bz2 | |
objective-caml: ensure symlinked directory exists.
Closes #33614.
| -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 | 
