aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-19 12:07:53 -0500
committerJack Nagel2014-03-19 18:57:16 -0500
commit7d7cc06a620d42def6845d1657a440eb2c2cb552 (patch)
treebbe344b7e0d1b9a66289b1ed68f9ffd3634dd2ce /Library
parent96559c188f299fd131ce8df355a039e5ac829122 (diff)
downloadhomebrew-7d7cc06a620d42def6845d1657a440eb2c2cb552.tar.bz2
john: use patch DSL
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/john.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/john.rb b/Library/Formula/john.rb
index 0cd15d049..cdd9680bd 100644
--- a/Library/Formula/john.rb
+++ b/Library/Formula/john.rb
@@ -7,9 +7,7 @@ class John < Formula
conflicts_with 'john-jumbo', :because => 'both install the same binaries'
- def patches
- DATA # Taken from MacPorts, tells john where to find runtime files
- end
+ patch :DATA # Taken from MacPorts, tells john where to find runtime files
fails_with :llvm do
build 2334