[postgis-tickets] r15906 - Don't forget to install the extension file and the upgrade from unpackaged

Sandro Santilli strk at kbt.io
Thu Oct 5 07:37:07 PDT 2017


Author: strk
Date: 2017-10-05 07:37:07 -0700 (Thu, 05 Oct 2017)
New Revision: 15906

Modified:
   trunk/extensions/postgis/Makefile.in
Log:
Don't forget to install the extension file and the upgrade from unpackaged

Modified: trunk/extensions/postgis/Makefile.in
===================================================================
--- trunk/extensions/postgis/Makefile.in	2017-10-05 14:00:02 UTC (rev 15905)
+++ trunk/extensions/postgis/Makefile.in	2017-10-05 14:37:07 UTC (rev 15906)
@@ -22,6 +22,11 @@
                         $(GREP) "[a-zA-Z]" | \
                         $(PERL) -pe 's/(\d+[a-zA-Z]+)\d*/\1/'
 
+DATA_built = \
+	sql/$(EXTENSION)--$(EXTVERSION).sql \
+	sql/$(EXTENSION)--unpackaged--$(EXTVERSION).sql \
+	$(NULL)
+
 UPGRADE_SCRIPTS = $(wildcard sql/*--*.sql)
 
 #DOCS         = $(wildcard ../../doc/html/*.html)



More information about the postgis-tickets mailing list