aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/arangodb.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/arangodb.rb
parent4f3188bcef0dd96f9b010d199d903b02ed929295 (diff)
downloadhomebrew-b0ae186a3dde2c47f1742b9125941792b46f42fd.tar.bz2
use opt shortcuts
Diffstat (limited to 'Library/Formula/arangodb.rb')
-rw-r--r--Library/Formula/arangodb.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/arangodb.rb b/Library/Formula/arangodb.rb
index 26ae63c5a..2529794ce 100644
--- a/Library/Formula/arangodb.rb
+++ b/Library/Formula/arangodb.rb
@@ -75,7 +75,7 @@ class Arangodb < Formula
<string>#{plist_name}</string>
<key>ProgramArguments</key>
<array>
- <string>#{opt_prefix}/sbin/arangod</string>
+ <string>#{opt_sbin}/arangod</string>
<string>-c</string>
<string>#{etc}/arangodb/arangod.conf</string>
</array>