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 <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-01-30 00:02:28 -06:00
parent 8809c85cc3
commit a86f524156

View File

@ -84,7 +84,7 @@ class Keg < Pathname
when 'ghc' then :mkpath when 'ghc' then :mkpath
when 'lua' then :mkpath when 'lua' then :mkpath
when 'node' then :mkpath when 'node' then :mkpath
when 'ocaml' then :mkpath when /^ocaml/ then :mkpath
when /^perl5/ then :mkpath when /^perl5/ then :mkpath
when 'php' then :mkpath when 'php' then :mkpath
when /^python[23]\.\d$/ then :mkpath when /^python[23]\.\d$/ then :mkpath