rp: use patch DSL
This commit is contained in:
parent
80f2a0dfcc
commit
61aa556df4
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue