Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
logrotate: use HOMEBREW var
Browse files Browse the repository at this point in the history
Closes #16886.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
lpetre authored and klausmeyer committed Jan 10, 2013
1 parent ee82c48 commit 43f89a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Formula/logrotate.rb
Expand Up @@ -18,6 +18,7 @@ def install
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'
Expand Down

0 comments on commit 43f89a0

Please sign in to comment.