Updates postgres install with contrib and man pages

parent 1cec560b
...@@ -9,11 +9,11 @@ class Postgres < Package ...@@ -9,11 +9,11 @@ class Postgres < Package
def self.build def self.build
system "./configure" system "./configure"
system "make" system "make world"
end end
def self.install def self.install
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install" system "make", "DESTDIR=#{CREW_DEST_DIR}", "install-world"
out = "#{CREW_DEST_DIR}/usr/local/pgsql/data" out = "#{CREW_DEST_DIR}/usr/local/pgsql/data"
system "mkdir", out system "mkdir", out
puts "------------------" puts "------------------"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment