diff options
| -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 |
