diff options
| author | Jack Nagel | 2014-03-17 22:44:50 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-17 22:47:06 -0500 |
| commit | bc5cf93b359aae7a948236c998e2f500c675f851 (patch) | |
| tree | 588ec59d37db9dac76f1efdf8de7afa673e2ac78 /Library | |
| parent | 9abaf9bb52d6823b28d4c3181bf475e4681d5554 (diff) | |
| download | homebrew-bc5cf93b359aae7a948236c998e2f500c675f851.tar.bz2 | |
autopsy: use patch DSL
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/autopsy.rb | 8 |
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' |
