diff options
| author | Xu Cheng | 2014-05-18 16:36:42 +0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-05-18 08:45:19 -0700 |
| commit | bdac28fc7044901f27229ddf175b871e933b0426 (patch) | |
| tree | 5a685d766c8915e279f37b589cc803f1b0527983 /Library/Formula | |
| parent | 32db3231662c7a73a9832ef5d635513a52f0d44c (diff) | |
| download | homebrew-bdac28fc7044901f27229ddf175b871e933b0426.tar.bz2 | |
tor: fix sysconfdir
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tor.rb | 1 |
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" |
