pyqwt: use patch DSL
This commit is contained in:
parent
98d0f296af
commit
fa4f22b0c1
1 changed files with 2 additions and 5 deletions
|
@ -11,11 +11,8 @@ class Pyqwt < Formula
|
|||
depends_on 'sip'
|
||||
depends_on 'pyqt'
|
||||
|
||||
def patches
|
||||
# Patch to build system to allow for specific
|
||||
# installation directories.
|
||||
{ :p0 => DATA }
|
||||
end
|
||||
# Patch to build system to allow for specific installation directories.
|
||||
patch :p0, :DATA
|
||||
|
||||
def install
|
||||
cd "configure" do
|
||||
|
|
Loading…
Reference in a new issue