[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-547-g9cc7f6a86
git at osgeo.org
git at osgeo.org
Wed Jan 11 04:39:30 PST 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 9cc7f6a8673760d20c8bf09c2ecafde9e36837a5 (commit)
from ba3baf669bbeb972319fd44d4f860bdbbdc0d664 (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 9cc7f6a8673760d20c8bf09c2ecafde9e36837a5
Author: Sandro Santilli <strk at kbt.io>
Date: Wed Jan 11 13:38:27 2023 +0100
Install the `postgis` utility script by `make install`
It was already uninstalled by `make uninstall` so this sounds
like a bug of not installing it
diff --git a/loader/Makefile.in b/loader/Makefile.in
index b19dda54f..1a3483ddb 100644
--- a/loader/Makefile.in
+++ b/loader/Makefile.in
@@ -147,6 +147,7 @@ ifdef gtk_build
endif
$(LIBTOOL) --mode=install $(INSTALL) $(PGSQL2SHP-CLI) "$(DESTDIR)$(bindir)/$(PGSQL2SHP-CLI)"
$(LIBTOOL) --mode=install $(INSTALL) $(SHP2PGSQL-CLI) "$(DESTDIR)$(bindir)/$(SHP2PGSQL-CLI)"
+ $(LIBTOOL) --mode=install $(INSTALL) $(POSTGIS-CLI) "$(DESTDIR)$(bindir)/$(POSTGIS-CLI)"
uninstall-desktop:
ifdef gtk_build
-----------------------------------------------------------------------
Summary of changes:
loader/Makefile.in | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list