diff options
| author | Jack Nagel | 2014-03-19 20:21:15 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 20:43:54 -0500 |
| commit | a5f4c40b975b30b49bc63d0f49e9f502eb152686 (patch) | |
| tree | e63efd8ab555d188de3a5f47410ebf6d48827210 /Library | |
| parent | 73aaec5b204312ac107084fa5d820b8f134f3231 (diff) | |
| download | homebrew-a5f4c40b975b30b49bc63d0f49e9f502eb152686.tar.bz2 | |
nload: use patch DSL
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/nload.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/nload.rb b/Library/Formula/nload.rb index b9f4b91d6..a21b4ec12 100644 --- a/Library/Formula/nload.rb +++ b/Library/Formula/nload.rb @@ -14,9 +14,7 @@ class Nload < Formula # Patching configure.in file to make configure compile on Mac OS. # Patch taken from MacPorts. - def patches - DATA - end + patch :DATA def install system "./run_autotools" |
