aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ddclient.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/ddclient.rb')
-rw-r--r--Library/Formula/ddclient.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ddclient.rb b/Library/Formula/ddclient.rb
index 64c928067..777964189 100644
--- a/Library/Formula/ddclient.rb
+++ b/Library/Formula/ddclient.rb
@@ -38,7 +38,7 @@ class Ddclient < Formula
def caveats; <<-EOS.undent
For ddclient to work, you will need to create a configuration file
in #{etc}/ddclient, a sample configuration can be found in
- #{opt_prefix}/share/doc/ddclient.
+ #{opt_share}/doc/ddclient.
Note: don't enable daemon mode in the configuration file; see
additional information below.
@@ -62,7 +62,7 @@ class Ddclient < Formula
<string>#{plist_name}</string>
<key>ProgramArguments</key>
<array>
- <string>#{opt_prefix}/sbin/ddclient</string>
+ <string>#{opt_sbin}/ddclient</string>
<string>-file</string>
<string>#{etc}/ddclient/ddclient.conf</string>
</array>