aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-03-20 14:05:18 -0500
committerJack Nagel2014-03-20 21:44:13 -0500
commit59a1d174e14933fb9707d5a1545a23f66ac55cb0 (patch)
treef3d0b53d894d40986ac336562b9390e0c9968d35 /Library/Formula
parentd19dfe8269ebd7843270dd78119142b4847f309b (diff)
downloadhomebrew-59a1d174e14933fb9707d5a1545a23f66ac55cb0.tar.bz2
rp: use patch DSL
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/rp.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/rp.rb b/Library/Formula/rp.rb
index 7fcaa3057..b223ab96a 100644
--- a/Library/Formula/rp.rb
+++ b/Library/Formula/rp.rb
@@ -10,10 +10,8 @@ class Rp < Formula
depends_on :macos => :lion
depends_on 'cmake' => :build
- def patches
- # In order to have the same binary name in 32 and 64 bits.
- DATA
- end
+ # In order to have the same binary name in 32 and 64 bits.
+ patch :DATA
def install
mkdir 'build' do