[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha2-123-g3175d66

git at osgeo.org git at osgeo.org
Fri Oct 30 11:20:04 PDT 2020


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  3175d66209ac30dcdb6a01d253f3540f934cdff5 (commit)
      from  ea9947d6d7e9a379f663221001fc39334186c7a3 (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 3175d66209ac30dcdb6a01d253f3540f934cdff5
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Oct 30 19:19:48 2020 +0100

    Replace $libdir in staged install for all components

diff --git a/regress/Makefile.in b/regress/Makefile.in
index 4694f7c..e05bc23 100644
--- a/regress/Makefile.in
+++ b/regress/Makefile.in
@@ -84,7 +84,6 @@ staged-install-raster:
 staged-install-core:
 	$(MAKE) -C ../postgis REGRESS=1 DESTDIR=$(REGRESS_INSTALLDIR) install
 	$(MAKE) -C ../ REGRESS=1 DESTDIR=$(REGRESS_INSTALLDIR) comments-install
-	$(PERL) -pi -e 's,\$$libdir,$(REGRESS_INSTALLDIR)/lib,g' $(REGRESS_INSTALLDIR)/share/contrib/postgis/*.sql
 	#$(MAKE) -C ../loader REGRESS=1 DESTDIR=$(REGRESS_INSTALLDIR) install
 
 staged-install:
@@ -92,6 +91,7 @@ staged-install:
 	$(MAKE) staged-install-raster
 	$(MAKE) staged-install-topology
 	$(MAKE) staged-install-sfcgal
+	$(PERL) -pi -e 's,\$$libdir,$(REGRESS_INSTALLDIR)/lib,g' $(REGRESS_INSTALLDIR)/share/contrib/postgis/*.sql
 
 garden: staged-install
 	createdb postgis_garden

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

Summary of changes:
 regress/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list