diff options
| author | Adam Vandenberg | 2014-03-05 21:28:31 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-03-07 07:08:52 -0800 |
| commit | b0ae186a3dde2c47f1742b9125941792b46f42fd (patch) | |
| tree | 82fca9a30afd99916b0d03b4bd61d521bb52ea7a /Library/Formula/dnscrypt-proxy.rb | |
| parent | 4f3188bcef0dd96f9b010d199d903b02ed929295 (diff) | |
| download | homebrew-b0ae186a3dde2c47f1742b9125941792b46f42fd.tar.bz2 | |
use opt shortcuts
Diffstat (limited to 'Library/Formula/dnscrypt-proxy.rb')
| -rw-r--r-- | Library/Formula/dnscrypt-proxy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/dnscrypt-proxy.rb b/Library/Formula/dnscrypt-proxy.rb index bc2622fc9..3bfa30e56 100644 --- a/Library/Formula/dnscrypt-proxy.rb +++ b/Library/Formula/dnscrypt-proxy.rb @@ -66,7 +66,7 @@ class DnscryptProxy < Formula <true/> <key>ProgramArguments</key> <array> - <string>#{opt_prefix}/sbin/dnscrypt-proxy</string> + <string>#{opt_sbin}/dnscrypt-proxy</string> <string>--local-address=127.0.0.1:53</string> <string>--user=nobody</string> </array> |
