aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/fish.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/fish.rb b/Library/Formula/fish.rb
index dfce42bed..3419f16f1 100644
--- a/Library/Formula/fish.rb
+++ b/Library/Formula/fish.rb
@@ -6,6 +6,7 @@ class Fish <Formula
md5 'ead6b7c6cdb21f35a3d4aa1d5fa596f1'
depends_on 'readline'
+ skip_clean 'share/doc'
def install
system "./configure", "--prefix=#{prefix}", "--without-xsel"