diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/fop.rb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/fop.rb b/Library/Formula/fop.rb index 01663afdc..000ea1202 100644 --- a/Library/Formula/fop.rb +++ b/Library/Formula/fop.rb @@ -11,11 +11,9 @@ class Fop < Formula sha1 'c2a3f6e985b21c9702a714942ac747864c8b1759' end - def patches - # fixes broken default java path as in - # http://svn.apache.org/viewvc/ant/core/trunk/src/script/ant?r1=1238725&r2=1434680&pathrev=1434680&view=patch - DATA - end + # fixes broken default java path as in + # http://svn.apache.org/viewvc/ant/core/trunk/src/script/ant?r1=1238725&r2=1434680&pathrev=1434680&view=patch + patch :DATA def install libexec.install Dir["*"] |
