aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/privoxy.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/privoxy.rb b/Library/Formula/privoxy.rb
index 233177ced..0b09cb548 100644
--- a/Library/Formula/privoxy.rb
+++ b/Library/Formula/privoxy.rb
@@ -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