Skip to content

Commit 7b9dd4a

Browse files
author
Sandro Santilli
committed
Install postgis_topology within postgis module dir
See #3349 git-svn-id: http://svn.osgeo.org/postgis/trunk@14330 b70326c6-7e19-0410-871a-916f4a2858ee
1 parent 369e43e commit 7b9dd4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topology/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
POSTGIS_PGSQL_VERSION=@POSTGIS_PGSQL_VERSION@
2020

2121
MODULE_big=postgis_topology-@POSTGIS_MAJOR_VERSION@.@POSTGIS_MINOR_VERSION@
22-
MODULEDIR=contrib/$(MODULE_big)
22+
MODULEDIR=contrib/postgis-@POSTGIS_MAJOR_VERSION@.@POSTGIS_MINOR_VERSION@
2323

2424
# Files to be copied to the contrib/ directory
2525
DATA_built=topology.sql topology_upgrade.sql uninstall_topology.sql

0 commit comments

Comments
 (0)