aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/openvpn.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/openvpn.rb')
-rw-r--r--Library/Formula/openvpn.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/openvpn.rb b/Library/Formula/openvpn.rb
index ff67a9704..9d0732fce 100644
--- a/Library/Formula/openvpn.rb
+++ b/Library/Formula/openvpn.rb
@@ -79,7 +79,7 @@ EOS
<string>org.openvpn</string>
<key>ProgramArguments</key>
<array>
- <string>#{sbin}/openvpn</string>
+ <string>#{HOMEBREW_PREFIX}/sbin/openvpn</string>
<string>--config</string>
<string>#{etc}/openvpn/openvpn.conf</string>
</array>