diff options
Diffstat (limited to 'Library')
| -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 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 |
