aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgres-xc.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/postgres-xc.rb
parent4f3188bcef0dd96f9b010d199d903b02ed929295 (diff)
downloadhomebrew-b0ae186a3dde2c47f1742b9125941792b46f42fd.tar.bz2
use opt shortcuts
Diffstat (limited to 'Library/Formula/postgres-xc.rb')
-rw-r--r--Library/Formula/postgres-xc.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/postgres-xc.rb b/Library/Formula/postgres-xc.rb
index e522ccb7a..8fdaa87f5 100644
--- a/Library/Formula/postgres-xc.rb
+++ b/Library/Formula/postgres-xc.rb
@@ -167,7 +167,7 @@ class PostgresXc < Formula
<string>#{plist_name(name)}</string>
<key>ProgramArguments</key>
<array>
- <string>#{opt_prefix}/bin/gtm</string>
+ <string>#{opt_bin}/gtm</string>
<string>-D</string>
<string>#{var}/postgres-xc/#{name}</string>
<string>-l</string>
@@ -195,7 +195,7 @@ class PostgresXc < Formula
<string>#{plist_name(name)}</string>
<key>ProgramArguments</key>
<array>
- <string>#{opt_prefix}/bin/gtm_proxy</string>
+ <string>#{opt_bin}/gtm_proxy</string>
<string>-D</string>
<string>#{var}/postgres-xc/#{name}</string>
<string>-n</string>
@@ -229,7 +229,7 @@ class PostgresXc < Formula
<string>#{plist_name(name)}</string>
<key>ProgramArguments</key>
<array>
- <string>#{opt_prefix}/bin/postgres</string>
+ <string>#{opt_bin}/postgres</string>
<string>-i</string>
<string>-C</string>
<string>-D</string>
@@ -259,7 +259,7 @@ class PostgresXc < Formula
<string>#{plist_name(name)}</string>
<key>ProgramArguments</key>
<array>
- <string>#{opt_prefix}/bin/postgres</string>
+ <string>#{opt_bin}/postgres</string>
<string>-i</string>
<string>-X</string>
<string>-D</string>