aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/memcached.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/memcached.rb')
-rw-r--r--Library/Formula/memcached.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/memcached.rb b/Library/Formula/memcached.rb
index 126f79cd4..b1981fe16 100644
--- a/Library/Formula/memcached.rb
+++ b/Library/Formula/memcached.rb
@@ -40,7 +40,7 @@ class Memcached < Formula
<true/>
<key>ProgramArguments</key>
<array>
- <string>#{opt_prefix}/bin/memcached</string>
+ <string>#{opt_bin}/memcached</string>
<string>-l</string>
<string>localhost</string>
</array>