aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-17 22:44:50 -0500
committerJack Nagel2014-03-17 22:47:06 -0500
commitbc5cf93b359aae7a948236c998e2f500c675f851 (patch)
tree588ec59d37db9dac76f1efdf8de7afa673e2ac78 /Library
parent9abaf9bb52d6823b28d4c3181bf475e4681d5554 (diff)
downloadhomebrew-bc5cf93b359aae7a948236c998e2f500c675f851.tar.bz2
autopsy: use patch DSL
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/autopsy.rb8
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/autopsy.rb b/Library/Formula/autopsy.rb
index c3894fb10..ff3581d8a 100644
--- a/Library/Formula/autopsy.rb
+++ b/Library/Formula/autopsy.rb
@@ -9,6 +9,9 @@ class Autopsy < Formula
depends_on 'afflib' => :optional
depends_on 'libewf' => :optional
+ # fixes weird configure script that wouldn't work nicely with homebrew
+ patch :DATA
+
def autcfg; <<-EOS.undent
# Autopsy configuration settings
@@ -44,11 +47,6 @@ class Autopsy < Formula
EOS
end
- def patches
- # fixes weird configure script that wouldn't work nicely with homebrew
- DATA
- end
-
def install
(var+"lib/autopsy").mkpath
mv 'lib', 'libexec'