diff options
| author | Adam Vandenberg | 2012-10-21 13:06:08 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-10-21 13:24:04 -0700 |
| commit | 78be13ad95c42d9ff901f6a2bfe105032ea884fb (patch) | |
| tree | 69391b897ce691a20b6ff8179e077acfd6fdaa8e /Library/Formula | |
| parent | 6191d9289e8000fa67c1b95a8fce88392d58ef8e (diff) | |
| download | homebrew-78be13ad95c42d9ff901f6a2bfe105032ea884fb.tar.bz2 | |
fish: style nit
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/fish.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/fish.rb b/Library/Formula/fish.rb index 6223c9b99..74c8c499d 100644 --- a/Library/Formula/fish.rb +++ b/Library/Formula/fish.rb @@ -11,6 +11,7 @@ class Fish < Formula depends_on 'doxygen' => :build if build.head? depends_on :autoconf if build.head? depends_on 'readline' + skip_clean 'share/doc' conflicts_with "fishfish" |
