diff options
| author | Jack Nagel | 2014-03-20 14:05:18 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-20 21:44:13 -0500 |
| commit | 59a1d174e14933fb9707d5a1545a23f66ac55cb0 (patch) | |
| tree | f3d0b53d894d40986ac336562b9390e0c9968d35 /Library/Formula | |
| parent | d19dfe8269ebd7843270dd78119142b4847f309b (diff) | |
| download | homebrew-59a1d174e14933fb9707d5a1545a23f66ac55cb0.tar.bz2 | |
rp: use patch DSL
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/rp.rb | 6 |
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 |
