diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/keg.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/keg.rb b/Library/Homebrew/keg.rb index 0d3c79699..d09dadd15 100644 --- a/Library/Homebrew/keg.rb +++ b/Library/Homebrew/keg.rb @@ -62,6 +62,7 @@ class Keg <Pathname when /^perl5/ then :mkpath when 'php' then :mkpath when /^python[23]\.\d$/ then :mkpath + when 'ruby' then :mkpath # Everything else is symlinked to the cellar else :link end |
