[postgis-tickets] r16844 - fix packaging so doesn't include old extension files
Regina Obe
lr at pcorp.us
Wed Sep 26 05:20:29 PDT 2018
Author: robe
Date: 2018-09-26 05:20:29 -0700 (Wed, 26 Sep 2018)
New Revision: 16844
Modified:
trunk/ci/winnie/package_postgis.sh
Log:
fix packaging so doesn't include old extension files
Modified: trunk/ci/winnie/package_postgis.sh
===================================================================
--- trunk/ci/winnie/package_postgis.sh 2018-09-26 12:18:40 UTC (rev 16843)
+++ trunk/ci/winnie/package_postgis.sh 2018-09-26 12:20:29 UTC (rev 16844)
@@ -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