diff options
| author | Jack Nagel | 2014-03-19 12:07:53 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 18:57:15 -0500 |
| commit | 96559c188f299fd131ce8df355a039e5ac829122 (patch) | |
| tree | d28fd1e4701d4a80efda15ce05a840b45fd64d6c /Library/Formula | |
| parent | 2adf00e0050bb1f14d5d57934c1664fdd7fa987a (diff) | |
| download | homebrew-96559c188f299fd131ce8df355a039e5ac829122.tar.bz2 | |
jasper: use patch DSL
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/jasper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/jasper.rb b/Library/Formula/jasper.rb index 3a41886d7..2aea17fdc 100644 --- a/Library/Formula/jasper.rb +++ b/Library/Formula/jasper.rb @@ -19,7 +19,7 @@ class Jasper < Formula # where an assertion fails when Jasper is fed certain JPEG-2000 files with # an alpha channel. See: # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469786 - def patches; DATA; end + patch :DATA def install ENV.universal_binary if build.universal? |
