diff options
| author | Jack Nagel | 2014-03-18 16:51:41 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 10:25:04 -0500 |
| commit | cd776d6be63583e4575cae96186c23cc3b2b3307 (patch) | |
| tree | cf32c4f0ef0780a76e794d2399cfa0674fecf95b /Library/Formula/fantom.rb | |
| parent | b9c85c9c5c13295d937770857f76ba73c140e151 (diff) | |
| download | homebrew-cd776d6be63583e4575cae96186c23cc3b2b3307.tar.bz2 | |
fantom: use patch DSL
Diffstat (limited to 'Library/Formula/fantom.rb')
| -rw-r--r-- | Library/Formula/fantom.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/fantom.rb b/Library/Formula/fantom.rb index e8f945fd8..40f220b21 100644 --- a/Library/Formula/fantom.rb +++ b/Library/Formula/fantom.rb @@ -9,7 +9,7 @@ class Fantom < Formula option 'with-examples', 'Also install fantom examples' # Select the OS X JDK path in the config file - def patches; DATA; end + patch :DATA def install rm_f Dir["bin/*.exe", "lib/dotnet/*"] |
