aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerad Suyderhoud2010-09-15 21:38:17 -0700
committerAdam Vandenberg2010-09-16 09:31:26 -0700
commitc32bea0f198170da22bf31a3a0cb7522153da44e (patch)
tree07bd97f54025e7dd760182d656f3606475ed655e
parentaf54688851b73f541fcf3c071235a257fa05c295 (diff)
downloadhomebrew-c32bea0f198170da22bf31a3a0cb7522153da44e.tar.bz2
update the postgres formula to build the intarray contrib module
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/postgresql.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb
index bb526f39f..4fd2d5ad7 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 ].each do |a|
+ pgcrypto tsearch2 vacuumlo xml2 intarray ].each do |a|
system "cd contrib/#{a}; make install"
end