[postgis-tickets] r14334 - Install postgis_topology within postgis module dir
Sandro Santilli
strk at keybit.net
Wed Oct 28 12:09:53 PDT 2015
Author: strk
Date: 2015-10-28 12:09:53 -0700 (Wed, 28 Oct 2015)
New Revision: 14334
Modified:
branches/2.2/NEWS
branches/2.2/topology/Makefile.in
Log:
Install postgis_topology within postgis module dir
Closes #3349
Modified: branches/2.2/NEWS
===================================================================
--- branches/2.2/NEWS 2015-10-28 13:55:29 UTC (rev 14333)
+++ branches/2.2/NEWS 2015-10-28 19:09:53 UTC (rev 14334)
@@ -3,6 +3,7 @@
* Bug Fixes *
+ - #3349, Fix installation path of postgis_topology scripts
- #3329, Fix robustness regression in TopoGeo_addPoint
- #3321, Fix performance regression in topology loading
- Fix memory leak in lwt_ChangeEdgeGeom [liblwgeom]
Modified: branches/2.2/topology/Makefile.in
===================================================================
--- branches/2.2/topology/Makefile.in 2015-10-28 13:55:29 UTC (rev 14333)
+++ branches/2.2/topology/Makefile.in 2015-10-28 19:09:53 UTC (rev 14334)
@@ -19,7 +19,7 @@
POSTGIS_PGSQL_VERSION=@POSTGIS_PGSQL_VERSION@
MODULE_big=postgis_topology- at POSTGIS_MAJOR_VERSION@. at POSTGIS_MINOR_VERSION@
-MODULEDIR=contrib/$(MODULE_big)
+MODULEDIR=contrib/postgis- at POSTGIS_MAJOR_VERSION@. at POSTGIS_MINOR_VERSION@
# Files to be copied to the contrib/ directory
DATA_built=topology.sql topology_upgrade.sql uninstall_topology.sql
More information about the postgis-tickets
mailing list