[postgis-tickets] [SCM] PostGIS branch stable-3.1 updated. 3.1.6-24-g91e2ad220
git at osgeo.org
git at osgeo.org
Sat Aug 13 06:13:58 PDT 2022
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, stable-3.1 has been updated
via 91e2ad220d8436b1750e65aabf4201cac59c4b7e (commit)
from 908ae0a6a228ba8199de202d84596e49d6fe748d (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 91e2ad220d8436b1750e65aabf4201cac59c4b7e
Author: Sandro Santilli <strk at kbt.io>
Date: Sat Aug 13 15:13:41 2022 +0200
Not all variables were duplicated...
diff --git a/raster/test/regress/Makefile.in b/raster/test/regress/Makefile.in
index e93130b49..9c374009d 100644
--- a/raster/test/regress/Makefile.in
+++ b/raster/test/regress/Makefile.in
@@ -59,6 +59,9 @@ clean:
rtpostgis.sql: ../../rt_pg/rtpostgis.sql
$(PERL) -lpe "s'\\\$$libdir'$(REGRESS_INSTALLDIR)/lib'g" $< > $@
+topsrcdir = $(realpath ../../../)
+srcdir = $(realpath .)
+
include $(srcdir)/tests.mk
include $(top_srcdir)/regress/runtest.mk
-----------------------------------------------------------------------
Summary of changes:
raster/test/regress/Makefile.in | 3 +++
1 file changed, 3 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list