Skip to content

Commit

Permalink
pgbadger: remove redundant env tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
DomT4 committed Feb 20, 2016
1 parent 11a2927 commit 05ced89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/pgbadger.rb
Expand Up @@ -14,10 +14,10 @@ class Pgbadger < Formula
end

def install
ENV.delete "PERL_MM_OPT"
system "perl", "Makefile.PL", "DESTDIR=#{buildpath}"
system "make"
system "make", "install"

bin.install "usr/local/bin/pgbadger"
man1.install "usr/local/share/man/man1/pgbadger.1p"
chmod 0755, bin+"pgbadger" # has 555 by default
Expand Down Expand Up @@ -49,6 +49,6 @@ def caveats; <<-EOS.undent
LOG: database system is ready to accept connections
EOS
system bin/"pgbadger", "-f", "syslog", "server.log"
File.exist? "out.html"
assert File.exist? "out.html"
end
end

0 comments on commit 05ced89

Please sign in to comment.