diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ssreflect.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/ssreflect.rb b/Library/Formula/ssreflect.rb index f48607f18..f496813e9 100644 --- a/Library/Formula/ssreflect.rb +++ b/Library/Formula/ssreflect.rb @@ -12,10 +12,8 @@ class Ssreflect < Formula option 'with-doc', 'Install HTML documents' option 'with-static', 'Build with static linking' - def patches - # Fix an ill-formatted ocamldoc comment. - DATA - end + # Fix an ill-formatted ocamldoc comment. + patch :DATA def install ENV.j1 |
