aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-05-18 21:16:18 -0500
committerJack Nagel2013-05-18 21:16:25 -0500
commit4643b8804962660a4ba016b51e646aa4f96d496b (patch)
tree182d2f448b55daf3894f035165ea7415e8512129 /Library/Formula
parent397fcd9a6eb0b1b367c4f34a6b6b06518e9e6b0e (diff)
downloadhomebrew-4643b8804962660a4ba016b51e646aa4f96d496b.tar.bz2
sip: only apply patch to HEAD
Fixes #19919.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sip.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/sip.rb b/Library/Formula/sip.rb
index 54ea0d8b9..8f4841259 100644
--- a/Library/Formula/sip.rb
+++ b/Library/Formula/sip.rb
@@ -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?