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:
parent
8809c85cc3
commit
a86f524156
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user