From: Regina Obe Date: Mon, 8 Oct 2018 23:19:50 +0000 (+0000) Subject: Fix packaging, was copying over old extension files X-Git-Tag: 2.5.1~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a0b1904e2311ec00c805dcae7a6c798566abef00;p=postgis Fix packaging, was copying over old extension files git-svn-id: http://svn.osgeo.org/postgis/branches/2.5@16879 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh index aafd10620..9d39c6501 100644 --- a/ci/winnie/package_postgis.sh +++ b/ci/winnie/package_postgis.sh @@ -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}