fish: don't apply patch for HEAD
See comment on Homebrew/homebrew#22016.
This commit is contained in:
parent
738efa61d5
commit
2faaf18a93
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Fish < Formula
|
|||
skip_clean 'share/doc'
|
||||
|
||||
# Don't search extra folders for libiconv
|
||||
def patches; DATA; end
|
||||
def patches; DATA; end unless build.head?
|
||||
|
||||
def install
|
||||
system "autoconf"
|
||||
|
|
Loading…
Reference in a new issue