rp: use patch DSL

This commit is contained in:
Jack Nagel 2014-03-20 14:05:18 -05:00
parent 80f2a0dfcc
commit 61aa556df4

View file

@ -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