[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-320-g7dfaa1d7a

git at osgeo.org git at osgeo.org
Mon Nov 7 13:56:25 PST 2022


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  7dfaa1d7a365978b02a2f401eab2ebca362b41df (commit)
      from  3981c3a8239b567c12dcfbd9c95b5809002f32e3 (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 7dfaa1d7a365978b02a2f401eab2ebca362b41df
Author: Sandro Santilli <strk at kbt.io>
Date:   Mon Nov 7 22:55:56 2022 +0100

    Honour --bindir for topology import/export scripts

diff --git a/topology/Makefile.in b/topology/Makefile.in
index 89309fc22..6420be1e2 100644
--- a/topology/Makefile.in
+++ b/topology/Makefile.in
@@ -80,6 +80,9 @@ LIBTOOL := @LIBTOOL@
 
 include $(PGXS)
 
+# Set bindir _after_ the include of PGXS
+bindir = @bindir@
+
 # Set PERL _after_ the include of PGXS
 PERL=@PERL@
 

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

Summary of changes:
 topology/Makefile.in | 3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list