From a0b1904e2311ec00c805dcae7a6c798566abef00 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Mon, 8 Oct 2018 23:19:50 +0000 Subject: [PATCH] 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 --- ci/winnie/package_postgis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.49.0