]> granicus.if.org Git - postgis/commitdiff
Fix packaging, was copying over old extension files
authorRegina Obe <lr@pcorp.us>
Mon, 8 Oct 2018 23:19:50 +0000 (23:19 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 8 Oct 2018 23:19:50 +0000 (23:19 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/2.5@16879 b70326c6-7e19-0410-871a-916f4a2858ee

ci/winnie/package_postgis.sh

index aafd10620d930deae2844da4a0b310a5d126e56c..9d39c6501f6c2ea6c46681267917b3550dc4f7a3 100644 (file)
@@ -50,7 +50,7 @@ export PGPATH=${PROJECTS}/postgresql/rel/pg${PG_VER}w${OS_BUILD}${GCC_TYPE}
 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}