aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/tor.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/tor.rb b/Library/Formula/tor.rb
index 98308fb2f..f77fa8e2b 100644
--- a/Library/Formula/tor.rb
+++ b/Library/Formula/tor.rb
@@ -28,6 +28,7 @@ class Tor < Formula
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
+ "--sysconfdir=#{etc}",
"--with-openssl-dir=#{Formula["openssl"].opt_prefix}"
system "make install"