sip: only apply patch to HEAD

Fixes Homebrew/homebrew#19919.
This commit is contained in:
Jack Nagel 2013-05-18 21:16:18 -05:00
parent c5ed676619
commit a5a1467bf3

View file

@ -14,9 +14,7 @@ class Sip < Formula
head 'http://www.riverbankcomputing.co.uk/hg/sip', :using => :hg
def patches
DATA
end
def patches; DATA; end if build.head?
def install
if build.head?