aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2015-03-15 23:22:43 -0400
committerJack Nagel2015-03-15 23:23:14 -0400
commitdc84848472021c087c08dcf3ffb748feac078e35 (patch)
tree69ee796f28d23d988767847ce1d0d1c241ed9f2f /Library
parent1be3acf8d40c7f96f86ddfda704db27d2f52904d (diff)
downloadhomebrew-dc84848472021c087c08dcf3ffb748feac078e35.tar.bz2
Always create real directories under lib/ruby
Fixes #37685. Closes #37704.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/keg.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/keg.rb b/Library/Homebrew/keg.rb
index 25656f25a..a4d43bc83 100644
--- a/Library/Homebrew/keg.rb
+++ b/Library/Homebrew/keg.rb
@@ -288,7 +288,7 @@ class Keg
when /^perl5/ then :mkpath
when 'php' then :mkpath
when /^python[23]\.\d/ then :mkpath
- when 'ruby' then :mkpath
+ when /^ruby/ then :mkpath
# Everything else is symlinked to the cellar
else :link
end