update the postgres formula to build the intarray contrib module

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Gerad Suyderhoud 2010-09-15 21:38:17 -07:00 committed by Adam Vandenberg
parent f06a8bf8a9
commit 3561f49015

View file

@ -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