diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/keg.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/keg.rb b/Library/Homebrew/keg.rb index 5d7415b7b..258d7d46f 100644 --- a/Library/Homebrew/keg.rb +++ b/Library/Homebrew/keg.rb @@ -322,6 +322,8 @@ class Keg when /^icons\// then :mkpath when /^zsh/ then :mkpath when /^fish/ then :mkpath + # Lua, Lua51, Lua53 all need the same handling. + when /^lua\// then :mkpath else :link end end |
