[postgis-tickets] r14330 - Install postgis_topology within postgis module dir

Sandro Santilli strk at keybit.net
Mon Oct 26 10:51:29 PDT 2015


Author: strk
Date: 2015-10-26 10:51:28 -0700 (Mon, 26 Oct 2015)
New Revision: 14330

Modified:
   trunk/topology/Makefile.in
Log:
Install postgis_topology within postgis module dir

See #3349

Modified: trunk/topology/Makefile.in
===================================================================
--- trunk/topology/Makefile.in	2015-10-26 09:07:50 UTC (rev 14329)
+++ trunk/topology/Makefile.in	2015-10-26 17:51:28 UTC (rev 14330)
@@ -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