update the postgres formula to build the intarray contrib module
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
f06a8bf8a9
commit
3561f49015
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue