mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
Fix executables installation in PostgreSQL 9.3
This commit is contained in:
committed by
Ian Barwick
parent
3bc38631cf
commit
dd9352a777
@@ -91,8 +91,8 @@ maintainer-additional-clean: clean
|
||||
rm -f Makefile
|
||||
@rm -rf autom4te.cache/
|
||||
|
||||
ifeq ($(MAJORVERSION),9.4)
|
||||
# We must emulate SCRIPTS_built for Pg 9.4 as PGXS doesn't support it
|
||||
ifeq ($(MAJORVERSION),$(filter $(MAJORVERSION),9.3 9.4))
|
||||
# We must emulate SCRIPTS_built for Pg < 9.5 as PGXS doesn't support it
|
||||
install: install-scripts
|
||||
install-scripts:
|
||||
$(INSTALL_SCRIPT) $(SCRIPTS_built) '$(DESTDIR)$(bindir)/'
|
||||
|
||||
Reference in New Issue
Block a user