[SCM] PostGIS branch master updated. 3.6.0rc2-128-g9e3d20753
git at osgeo.org
git at osgeo.org
Wed Oct 8 20:11:00 PDT 2025
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via 9e3d207534699a2d43608b1f51c00780883126a1 (commit)
from c57e094f73819eee5ffea672ee185c391e655ffe (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9e3d207534699a2d43608b1f51c00780883126a1
Author: Regina Obe <lr at pcorp.us>
Date: Wed Oct 8 23:08:46 2025 -0400
Fix winnie gtk check condition [skip ci]
diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh
index bb4f1fc4c..bcaa2435e 100644
--- a/ci/winnie/package_postgis.sh
+++ b/ci/winnie/package_postgis.sh
@@ -12,7 +12,7 @@ DWN=${WEB}/download
#export PG_VER=9.2beta2
if [ -n "$SOURCE_FOLDER" ]; then
- export POSTGIS_SRC=${PROJECTS}/postgis/$SOURCE_FOLDER
+ export POSTGIS_SRC=${PROJECTS}/postgis/$SOURCE_FOLDER
cd $POSTGIS_SRC
fi
@@ -55,7 +55,7 @@ cp /c/ming${OS_BUILD}${GCC_TYPE}/mingw${OS_BUILD}/bin/libstdc++-6.dll $outdir/bi
cp /c/ming${OS_BUILD}${GCC_TYPE}/mingw${OS_BUILD}/bin/libgcc*.dll $outdir/bin
# don't package postgisgui if we don't have gtk2
-if [ -n "${PROJECTS}/gtkw${OS_BUILD}${GCC_TYPE}" ]; then
+if [ -d "${PROJECTS}/gtkw${OS_BUILD}${GCC_TYPE}" ]; then
mkdir $outdir/bin/postgisgui
mkdir $outdir/bin/postgisgui/share
mkdir $outdir/bin/postgisgui/lib
-----------------------------------------------------------------------
Summary of changes:
ci/winnie/package_postgis.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list