diff options
| author | Jack Nagel | 2012-01-30 00:02:28 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-01-30 00:04:33 -0600 |
| commit | a86f5241560cc7f8f9702f4177b76b342f8090c5 (patch) | |
| tree | 85473cfb44710e781979b8ad1d5f946dda6c45d7 /Library | |
| parent | 8809c85cc3515736f5c7b85436d1020aa17cb6c4 (diff) | |
| download | brew-a86f5241560cc7f8f9702f4177b76b342f8090c5.tar.bz2 | |
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>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/keg.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/keg.rb b/Library/Homebrew/keg.rb index e0bbc94f0..2ea07b96b 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 |
