keg: mkpath for fish related directories
Fixes Homebrew/homebrew#41742. Closes Homebrew/homebrew#41849. Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
parent
6303ff7e28
commit
3f601e0e7f
@ -274,6 +274,7 @@ class Keg
|
|||||||
# all icons subfolders should also mkpath
|
# all icons subfolders should also mkpath
|
||||||
when /^icons\// then :mkpath
|
when /^icons\// then :mkpath
|
||||||
when /^zsh/ then :mkpath
|
when /^zsh/ then :mkpath
|
||||||
|
when /^fish/ then :mkpath
|
||||||
else :link
|
else :link
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user