diff options
| author | Jack Nagel | 2014-03-19 12:07:57 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 18:57:19 -0500 |
| commit | 5f0ae4a383f95508e1aa18a28a53f11ba355b412 (patch) | |
| tree | e1c7054d4166340bd411dc2ccee72bdd9992379a /Library | |
| parent | b04bbdb433274088adecbbbe0b19a71e6275b075 (diff) | |
| download | homebrew-5f0ae4a383f95508e1aa18a28a53f11ba355b412.tar.bz2 | |
lrdf: use patch DSL
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/lrdf.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/lrdf.rb b/Library/Formula/lrdf.rb index b26b50b17..5370a53e1 100644 --- a/Library/Formula/lrdf.rb +++ b/Library/Formula/lrdf.rb @@ -12,7 +12,7 @@ class Lrdf < Formula depends_on "raptor" # Fix for newer autotools - def patches; DATA; end + patch :DATA def install system "glibtoolize" |
