aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorXu Cheng2015-07-18 14:48:11 +0800
committerXu Cheng2015-07-18 16:48:41 +0800
commit3f601e0e7fa646a4420ce89dd6e62d510d5f7f31 (patch)
tree17072f78a0010a8fb26874058536752ed3d50a68 /Library
parent6303ff7e28f50413adb5c31d5a306baf2fac8a8e (diff)
downloadbrew-3f601e0e7fa646a4420ce89dd6e62d510d5f7f31.tar.bz2
keg: mkpath for fish related directories
Fixes Homebrew/homebrew#41742. Closes Homebrew/homebrew#41849. Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/keg.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/keg.rb b/Library/Homebrew/keg.rb
index 525bd0478..20e24d1ec 100644
--- a/Library/Homebrew/keg.rb
+++ b/Library/Homebrew/keg.rb
@@ -274,6 +274,7 @@ class Keg
# all icons subfolders should also mkpath
when /^icons\// then :mkpath
when /^zsh/ then :mkpath
+ when /^fish/ then :mkpath
else :link
end
end