From a86f5241560cc7f8f9702f4177b76b342f8090c5 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 30 Jan 2012 00:02:28 -0600 Subject: [PATCH] mkpath directories under lib/ocaml Ocaml packages that need to install here will cause the site-lib directory to be created, and the symlink in the ocaml keg will work as intended. This is necessary for the ocaml bottle to work properly. Signed-off-by: Jack Nagel --- Library/Homebrew/keg.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/keg.rb b/Library/Homebrew/keg.rb index e0bbc94f0a..2ea07b96b0 100644 --- a/Library/Homebrew/keg.rb +++ b/Library/Homebrew/keg.rb @@ -84,7 +84,7 @@ class Keg < Pathname when 'ghc' then :mkpath when 'lua' then :mkpath when 'node' then :mkpath - when 'ocaml' then :mkpath + when /^ocaml/ then :mkpath when /^perl5/ then :mkpath when 'php' then :mkpath when /^python[23]\.\d$/ then :mkpath