aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/couchdb-lucene.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/couchdb-lucene.rb')
-rw-r--r--Library/Formula/couchdb-lucene.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/couchdb-lucene.rb b/Library/Formula/couchdb-lucene.rb
index fddfaaa89..d2343fa9e 100644
--- a/Library/Formula/couchdb-lucene.rb
+++ b/Library/Formula/couchdb-lucene.rb
@@ -28,7 +28,7 @@ You can enable couchdb-lucene to automatically load on login with:
sudo launchctl load -w /Library/LaunchDaemons/couchdb-lucene.plist
Or start it manually with:
- #{prefix}/bin/run
+ #{bin}/run
EOS
end
@@ -63,7 +63,7 @@ EOS
</dict>
<key>ProgramArguments</key>
<array>
- <string>#{prefix}/bin/run</string>
+ <string>#{bin}/run</string>
</array>
<key>UserName</key>
<string>#{`whoami`.chomp}</string>