From 3aada080463581888a66f1db948ef3521c60762a Mon Sep 17 00:00:00 2001 From: seb Date: Thu, 7 Oct 2010 09:23:44 +0200 Subject: recommend pg gem instead of outdated postgres gem Signed-off-by: Adam Vandenberg --- Library/Formula/postgresql.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/postgresql.rb') 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 -- cgit v1.2.3