Skip to content

Commit

Permalink
privoxy - put configs in etc
Browse files Browse the repository at this point in the history
Fixes Homebrew#3549

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
mblakele authored and adamv committed Dec 9, 2010
1 parent a768123 commit 4ebf6cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Library/Formula/privoxy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ class Privoxy <Formula

def install
system "autoreconf -i"
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--sysconfdir=#{etc}/privoxy"
system "make"
system "make install"
end
Expand Down

0 comments on commit 4ebf6cc

Please sign in to comment.