aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/bind.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2014-03-05 21:28:31 -0800
committerAdam Vandenberg2014-03-07 07:08:52 -0800
commitb0ae186a3dde2c47f1742b9125941792b46f42fd (patch)
tree82fca9a30afd99916b0d03b4bd61d521bb52ea7a /Library/Formula/bind.rb
parent4f3188bcef0dd96f9b010d199d903b02ed929295 (diff)
downloadhomebrew-b0ae186a3dde2c47f1742b9125941792b46f42fd.tar.bz2
use opt shortcuts
Diffstat (limited to 'Library/Formula/bind.rb')
-rw-r--r--Library/Formula/bind.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/bind.rb b/Library/Formula/bind.rb
index be0df9730..3b5f2cdfd 100644
--- a/Library/Formula/bind.rb
+++ b/Library/Formula/bind.rb
@@ -255,7 +255,7 @@ class Bind < Formula
<true/>
<key>ProgramArguments</key>
<array>
- <string>#{opt_prefix}/sbin/named</string>
+ <string>#{opt_sbin}/named</string>
<string>-f</string>
<string>-c</string>
<string>#{etc}/named.conf</string>