Skip to content
Snippets Groups Projects
Commit fdd0b1aa authored by Ian Baum's avatar Ian Baum
Browse files

Link PostgreSQL 10 repmgr bin files

parent 31677a2c
No related branches found
No related tags found
No related merge requests found
......@@ -36,9 +36,4 @@
env['PATH'] = "#{install_dir}/embedded/postgresql/9.6/bin:#{env['PATH']}"
make "-j #{workers} USE_PGXS=1 all", env: env
make "-j #{workers} USE_PGXS=1 install", env: env
block 'link bin files' do
psql_bins = File.dirname(File.realpath(embedded_bin('psql')))
link File.join(psql_bins, 'repmgr*'), "#{install_dir}/embedded/bin/"
end
end
......@@ -33,4 +33,9 @@
env['PATH'] = "#{install_dir}/embedded/postgresql/10/bin:#{env['PATH']}"
make "-j #{workers} USE_PGXS=1 all", env: env
make "-j #{workers} USE_PGXS=1 install", env: env
block 'link bin files' do
psql_bins = File.dirname(File.realpath(embedded_bin('psql')))
link File.join(psql_bins, 'repmgr*'), "#{install_dir}/embedded/bin/"
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment