[postgis-tickets] r16843 - fix packaging so doesn't include old extension files

Regina Obe lr at pcorp.us
Wed Sep 26 05:18:41 PDT 2018


Author: robe
Date: 2018-09-26 05:18:40 -0700 (Wed, 26 Sep 2018)
New Revision: 16843

Modified:
   branches/2.5/ci/winnie/package_postgis.sh
Log:
fix packaging so doesn't include old extension files

Modified: branches/2.5/ci/winnie/package_postgis.sh
===================================================================
--- branches/2.5/ci/winnie/package_postgis.sh	2018-09-24 11:13:47 UTC (rev 16842)
+++ branches/2.5/ci/winnie/package_postgis.sh	2018-09-26 12:18:40 UTC (rev 16843)
@@ -50,7 +50,7 @@
 export PGPATHEDB=${PGPATH}edb
 export PROJSO=libproj-9.dll
 export POSTGIS_MINOR_VER=${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}
-export POSTGIS_MICRO_VER=${POSTGIS_MICRO_VERSION}
+export POSTGIS_MICRO_VER=${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}
 
 if [[ "$POSTGIS_MICRO_VERSION"  == *SVN* || "$POSTGIS_MICRO_VERSION"  == *dev* ]] ; then
 	export POSTGIS_SRC=${PROJECTS}/postgis/branches/${POSTGIS_MINOR_VER}



More information about the postgis-tickets mailing list