From 59bcfbdebc4e98b4ae710b4c32a88b83e0f8fe01 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 27 Oct 2014 07:54:19 +0000 Subject: objective-caml: ensure symlinked directory exists. Closes #33614. --- Library/Formula/objective-caml.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') 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 -- cgit v1.2.3