aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/fantom.rb
diff options
context:
space:
mode:
authorJack Nagel2014-03-18 16:51:41 -0500
committerJack Nagel2014-03-19 10:25:04 -0500
commitcd776d6be63583e4575cae96186c23cc3b2b3307 (patch)
treecf32c4f0ef0780a76e794d2399cfa0674fecf95b /Library/Formula/fantom.rb
parentb9c85c9c5c13295d937770857f76ba73c140e151 (diff)
downloadhomebrew-cd776d6be63583e4575cae96186c23cc3b2b3307.tar.bz2
fantom: use patch DSL
Diffstat (limited to 'Library/Formula/fantom.rb')
-rw-r--r--Library/Formula/fantom.rb2
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/*"]