aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-03-20 14:05:18 -0500
committerJack Nagel2014-03-20 21:44:12 -0500
commit0181c8a1633353affefabe257c170edbd6d7c008 (patch)
tree10eccecee4de23088c4d5e1b7e2f5bed4115e12a
parentd748682ae7018be434d7fca827e3abbb5def8f90 (diff)
downloadhomebrew-0181c8a1633353affefabe257c170edbd6d7c008.tar.bz2
readline: use patch DSL
-rw-r--r--Library/Formula/readline.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/readline.rb b/Library/Formula/readline.rb
index 8aa71449f..7361f22bd 100644
--- a/Library/Formula/readline.rb
+++ b/Library/Formula/readline.rb
@@ -31,7 +31,7 @@ EOS
# We are carrying an additional patch to add Darwin 13 as a build target.
# Presumably when 10.9 comes out this patch will move upstream.
# https://github.com/Homebrew/homebrew/pull/21625
- def patches; DATA; end
+ patch :DATA
def install
# Always build universal, per https://github.com/Homebrew/homebrew/issues/issue/899