[postgis-tickets] r16749 - Fix installation of postgis_raster upgrade scripts

Sandro Santilli strk at kbt.io
Tue Sep 11 02:20:09 PDT 2018


Author: strk
Date: 2018-09-11 02:20:09 -0700 (Tue, 11 Sep 2018)
New Revision: 16749

Modified:
   trunk/extensions/postgis_raster/Makefile.in
Log:
Fix installation of postgis_raster upgrade scripts

Modified: trunk/extensions/postgis_raster/Makefile.in
===================================================================
--- trunk/extensions/postgis_raster/Makefile.in	2018-09-11 09:20:04 UTC (rev 16748)
+++ trunk/extensions/postgis_raster/Makefile.in	2018-09-11 09:20:09 UTC (rev 16749)
@@ -108,7 +108,7 @@
 
 # The "next" lines are a cludge to allow upgrading between different
 # revisions of the same version
-install-upgrade-paths:
+install-upgrade-paths: sql/$(EXTENSION)--ANY--$(EXTVERSION).sql
 	tpl='$(EXTENSION)--ANY--$(EXTVERSION).sql'; \
 	$(INSTALL_DATA) $^ "$(EXTDIR)/$${tpl}"; \
 	ln -fs "$${tpl}" $(EXTDIR)/$(EXTENSION)--$(EXTVERSION)--$(EXTVERSION)next.sql; \



More information about the postgis-tickets mailing list