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

Commit

Permalink
privoxy: specify localstatedir to configure
Browse files Browse the repository at this point in the history
Fixes #11408.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
jacknagel committed Apr 3, 2012
1 parent 1c1ba8e commit 99b9679
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Library/Formula/privoxy.rb
Expand Up @@ -22,7 +22,8 @@ def install
system "./configure", "--disable-debug",
"--disable-dependency-tracking",
"--prefix=#{prefix}",
"--sysconfdir=#{etc}/privoxy"
"--sysconfdir=#{etc}/privoxy",
"--localstatedir=#{var}"
system "make"
system "make install"
end
Expand Down

0 comments on commit 99b9679

Please sign in to comment.