aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-03-19 12:07:50 -0500
committerJack Nagel2014-03-19 12:29:56 -0500
commit1894a1121ceb850c74e3274d3d2f9243aa671778 (patch)
tree2071119284786dd501f4a5012fa639de5d47d4f1 /Library/Formula
parent18a2bd6d998014cc2536921c513fdab22cee8513 (diff)
downloadhomebrew-1894a1121ceb850c74e3274d3d2f9243aa671778.tar.bz2
git-now: use patch DSL
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/git-now.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/git-now.rb b/Library/Formula/git-now.rb
index 444e88725..6680e9c9f 100644
--- a/Library/Formula/git-now.rb
+++ b/Library/Formula/git-now.rb
@@ -8,9 +8,7 @@ class GitNow < Formula
depends_on 'gnu-getopt'
- def patches
- DATA
- end
+ patch :DATA
def install
system "make", "prefix=#{libexec}", "install"