diff options
| author | Jack Nagel | 2014-03-19 12:07:56 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-03-19 18:57:19 -0500 | 
| commit | 56a5385b43514698eea121ca3e62288a18992bbe (patch) | |
| tree | 317e215e46e969fa46950f5ae005641d671a0e0b | |
| parent | 14e3002a91d9c665f10149e43ea883edc32b3b69 (diff) | |
| download | homebrew-56a5385b43514698eea121ca3e62288a18992bbe.tar.bz2 | |
logrotate: use patch DSL
| -rw-r--r-- | Library/Formula/logrotate.rb | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/Library/Formula/logrotate.rb b/Library/Formula/logrotate.rb index 3714b2261..210c79139 100644 --- a/Library/Formula/logrotate.rb +++ b/Library/Formula/logrotate.rb @@ -9,9 +9,7 @@ class Logrotate < Formula    # Per MacPorts, let these variables be overridden by ENV vars.    # Also, use HOMEBREW suggested locations for run and log files. -  def patches -    DATA -  end +  patch :DATA    def install      # Otherwise defaults to /bin/gz | 
