diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pyqwt.rb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Library/Formula/pyqwt.rb b/Library/Formula/pyqwt.rb index a8a5ae59d..1a1313d8f 100644 --- a/Library/Formula/pyqwt.rb +++ b/Library/Formula/pyqwt.rb @@ -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 |
