[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0beta1-71-ga76b581b7

git at osgeo.org git at osgeo.org
Thu Jul 27 07:21:11 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  a76b581b7ca37a35ae8f170c19231afe6d7154ad (commit)
      from  d377adfcb5b56be8fa1cb6699c04daa742c9518d (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 a76b581b7ca37a35ae8f170c19231afe6d7154ad
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Jul 27 16:20:44 2023 +0200

    Fix uninstall of topology import/export commands

diff --git a/topology/Makefile.in b/topology/Makefile.in
index 0e02a6012..fcaabf656 100644
--- a/topology/Makefile.in
+++ b/topology/Makefile.in
@@ -184,3 +184,11 @@ install-importer: loader/pgtopo_import | installdir
 
 install-exporter: loader/pgtopo_export | installdir
 	$(LIBTOOL) --mode=install $(INSTALL) $^ "$(DESTDIR)$(bindir)/pgtopo_export"
+
+uninstall: uninstall-importer uninstall-exporter
+
+uninstall-importer:
+	rm -f '$(DESTDIR)$(bindir)/pgtopo_import'
+
+uninstall-exporter:
+	rm -f '$(DESTDIR)$(bindir)/pgtopo_export'

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list