diff options
| author | Michael Weisman | 2010-10-05 22:31:53 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-06 06:42:39 -0700 |
| commit | f679250c0e64ef7d491dfc94397f94c9b61bf5f3 (patch) | |
| tree | 89e201b404ab9533b6e8045111a4297b409dd414 /Library/Formula | |
| parent | c28609a0c9ca8c56964ed43a0c645615703664e2 (diff) | |
| download | homebrew-f679250c0e64ef7d491dfc94397f94c9b61bf5f3.tar.bz2 | |
postgresql - add hstore contrib module
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 639348030..6b9b54d4d 100644 --- a/Library/Formula/postgresql.rb +++ b/Library/Formula/postgresql.rb @@ -51,7 +51,7 @@ class Postgresql <Formula system "make install" %w[ adminpack dblink fuzzystrmatch lo uuid-ossp pg_buffercache pg_trgm - pgcrypto tsearch2 vacuumlo xml2 intarray pg_upgrade pg_upgrade_support ].each do |a| + pgcrypto tsearch2 vacuumlo xml2 intarray pg_upgrade pg_upgrade_support hstore ].each do |a| system "cd contrib/#{a}; make install" end |
