[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0beta1-2-g01d3914e9

git at osgeo.org git at osgeo.org
Fri Jul 14 23:38:20 PDT 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  01d3914e97cd264cb3e93c8b79df32e9ca857569 (commit)
      from  9af146e227464a597a643b78796c17848371dabc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 01d3914e97cd264cb3e93c8b79df32e9ca857569
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Jul 15 08:36:55 2023 +0200

    Use DESTDIR in install-extension-upgrades-from-known-versions rule

diff --git a/extensions/upgrade-paths-rules.mk b/extensions/upgrade-paths-rules.mk
index b82d7c68f..e543db61c 100644
--- a/extensions/upgrade-paths-rules.mk
+++ b/extensions/upgrade-paths-rules.mk
@@ -28,7 +28,7 @@ install-extension-upgrades-from-known-versions:
 	$(PERL) $(top_srcdir)/loader/postgis.pl \
 		install-extension-upgrades \
 		--extension $(EXTENSION) \
-		--pg_sharedir $(PG_SHAREDIR) \
+		--pg_sharedir $(DESTDIR)$(PG_SHAREDIR) \
 		$(UPGRADEABLE_VERSIONS)
 
 all: sql/$(TAG_UPGRADE)

-----------------------------------------------------------------------

Summary of changes:
 extensions/upgrade-paths-rules.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list