diff options
| author | Jack Nagel | 2014-03-17 22:44:50 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-17 22:47:06 -0500 |
| commit | 4a87c7ff142a3cd9921723d7db873ad58304a692 (patch) | |
| tree | 4ed1afc4fce0ff728087f3b44248a59537cd923e /Library | |
| parent | e293f77efc76b95282dadf9a262e6e685d38449b (diff) | |
| download | homebrew-4a87c7ff142a3cd9921723d7db873ad58304a692.tar.bz2 | |
avfs: use patch DSL
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/avfs.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/avfs.rb b/Library/Formula/avfs.rb index b47edacce..2b257373c 100644 --- a/Library/Formula/avfs.rb +++ b/Library/Formula/avfs.rb @@ -8,10 +8,8 @@ class Avfs < Formula depends_on 'pkg-config' => :build depends_on 'osxfuse' - def patches - # Fix scripts to work on Mac OS X. - DATA - end + # Fix scripts to work on Mac OS X. + patch :DATA def install system "./configure", "--disable-debug", |
