diff options
| author | Jack Nagel | 2014-03-20 14:05:21 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-20 21:44:15 -0500 |
| commit | b12e72d577fe2f4aaa5fe71a7e8b5c1ad770bf27 (patch) | |
| tree | a6080c58a8554aacf4bfa6214e9734b560ffa301 | |
| parent | 1ca4fb7f77e8c57eb0d0363f1466cb9a4965124c (diff) | |
| download | homebrew-b12e72d577fe2f4aaa5fe71a7e8b5c1ad770bf27.tar.bz2 | |
ssreflect: use patch DSL
| -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 |
