diff options
Diffstat (limited to 'Library/Formula/logrotate.rb')
| -rw-r--r-- | Library/Formula/logrotate.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Library/Formula/logrotate.rb b/Library/Formula/logrotate.rb index 201f75cbf..babf62b0b 100644 --- a/Library/Formula/logrotate.rb +++ b/Library/Formula/logrotate.rb @@ -18,6 +18,7 @@ class Logrotate < Formula      ENV["COMPRESS_COMMAND"] = "/usr/bin/gzip"      ENV["COMPRESS_EXT"] = ".gz"      ENV["UNCOMPRESS_COMMAND"] = "/usr/bin/gunzip" +    ENV["STATEFILE"] = "#{var}/lib/logrotate.status"      system "make"      sbin.install 'logrotate' | 
