diff options
| author | Jack Nagel | 2011-12-31 16:13:31 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-02-03 19:28:56 -0600 |
| commit | 95e379faf1de79a46bd49dcf890b8053afde58b8 (patch) | |
| tree | 76ca7538db49e326cc2477669f5e0658ea6128d4 /Library/Formula/postgresql.rb | |
| parent | b042edc8d2da07b418deb81aff5720ae51c2b620 (diff) | |
| download | homebrew-95e379faf1de79a46bd49dcf890b8053afde58b8.tar.bz2 | |
Normalize paths in embedded plist files
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/postgresql.rb')
| -rw-r--r-- | Library/Formula/postgresql.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb index 002cf7d99..ce1694209 100644 --- a/Library/Formula/postgresql.rb +++ b/Library/Formula/postgresql.rb @@ -155,7 +155,7 @@ To install gems without sudo, see the Homebrew wiki. <string>org.postgresql.postgres</string> <key>ProgramArguments</key> <array> - <string>#{bin}/postgres</string> + <string>#{HOMEBREW_PREFIX}/bin/postgres</string> <string>-D</string> <string>#{var}/postgres</string> <string>-r</string> |
