[postgis-tickets] r16879 - Fix packaging, was copying over old extension files
Regina Obe
lr at pcorp.us
Mon Oct 8 04:19:51 PDT 2018
Author: robe
Date: 2018-10-08 16:19:50 -0700 (Mon, 08 Oct 2018)
New Revision: 16879
Modified:
branches/2.5/ci/winnie/package_postgis.sh
Log:
Fix packaging, was copying over old extension files
Modified: branches/2.5/ci/winnie/package_postgis.sh
===================================================================
--- branches/2.5/ci/winnie/package_postgis.sh 2018-10-08 09:03:54 UTC (rev 16878)
+++ branches/2.5/ci/winnie/package_postgis.sh 2018-10-08 23:19:50 UTC (rev 16879)
@@ -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_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${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