[postgis-tickets] r14648 - Create sql_bits dir if not present

Sandro Santilli strk at keybit.net
Tue Feb 9 03:53:53 PST 2016


Author: strk
Date: 2016-02-09 03:53:53 -0800 (Tue, 09 Feb 2016)
New Revision: 14648

Modified:
   trunk/extensions/postgis/Makefile.in
Log:
Create sql_bits dir if not present

Modified: trunk/extensions/postgis/Makefile.in
===================================================================
--- trunk/extensions/postgis/Makefile.in	2016-02-09 10:55:45 UTC (rev 14647)
+++ trunk/extensions/postgis/Makefile.in	2016-02-09 11:53:53 UTC (rev 14648)
@@ -59,6 +59,7 @@
 
 #strip BEGIN/COMMIT since these are not allowed in extensions
 sql_bits/postgis.sql: ../../postgis/postgis.sql
+	mkdir -p sql_bits/
 	sed -e 's/BEGIN;//g' -e 's/COMMIT;//g'  $< > $@
 
 ../../doc/postgis_comments.sql:



More information about the postgis-tickets mailing list