diff options
| author | seb | 2010-10-07 09:23:44 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-07 06:56:55 -0700 |
| commit | 3aada080463581888a66f1db948ef3521c60762a (patch) | |
| tree | a821becb8eb2854f0ac734d06e3367ce75ef16d1 /Library/Formula/postgresql.rb | |
| parent | 208ba0ad0c57b42c7d424615452e0b825c017378 (diff) | |
| download | homebrew-3aada080463581888a66f1db948ef3521c60762a.tar.bz2 | |
recommend pg gem instead of outdated postgres gem
Signed-off-by: Adam Vandenberg <flangy@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 6b9b54d4d..36777edf1 100644 --- a/Library/Formula/postgresql.rb +++ b/Library/Formula/postgresql.rb @@ -114,7 +114,7 @@ EOS s << <<-EOS If you want to install the postgres gem, including ARCHFLAGS is recommended: - env ARCHFLAGS="-arch x86_64" gem install postgres + env ARCHFLAGS="-arch x86_64" gem install pg To install gems without sudo, see the Homebrew wiki. EOS |
