keg: mkpath on lua shares

Closes Homebrew/homebrew#48134.
This commit is contained in:
Dominyk Tiller 2016-01-19 11:05:30 +00:00
parent 84a85b97ff
commit 7faae5adf2

View File

@ -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