diff --git a/Library/Homebrew/keg.rb b/Library/Homebrew/keg.rb index f911bb6b4a..bc4b9ed6e8 100644 --- a/Library/Homebrew/keg.rb +++ b/Library/Homebrew/keg.rb @@ -326,6 +326,7 @@ class Keg when /^fish/ then :mkpath # Lua, Lua51, Lua53 all need the same handling. when /^lua\// then :mkpath + when %r{^guile/} then :mkpath else :link end end