From 8fdf5b12d2a446c122223c6a93e6311817ddb1a2 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Wed, 26 Sep 2018 12:20:29 +0000 Subject: [PATCH] fix packaging so doesn't include old extension files git-svn-id: http://svn.osgeo.org/postgis/trunk@16844 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 becae3681..782b8f8ab 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_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.40.0