[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-594-gddcf0d4df
git at osgeo.org
git at osgeo.org
Wed Feb 23 09:29:23 PST 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, master has been updated
via ddcf0d4dfaa0f3aaffe2a7b4a755fbe5a0be6163 (commit)
from f216e6a0cfb34cfa890f1147a0cfe73186dff3a5 (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 ddcf0d4dfaa0f3aaffe2a7b4a755fbe5a0be6163
Author: Sandro Santilli <strk at kbt.io>
Date: Wed Feb 23 18:29:10 2022 +0100
Remove useless dependency for install rule
diff --git a/loader/Makefile.in b/loader/Makefile.in
index ffe00c221..e2fafdfc3 100644
--- a/loader/Makefile.in
+++ b/loader/Makefile.in
@@ -136,7 +136,7 @@ endif
ICON_SIZES = 8x8 16x16 22x22 24x24 32x32 36x36 40x40 42x42 48x48 64x64
-install-icons: $(ICONS)
+install-icons:
ifdef gtk_build
for size in $(ICON_SIZES); do \
mkdir -p $(DESTDIR)$(datadir)/icons/hicolor/$${size}/apps; \
-----------------------------------------------------------------------
Summary of changes:
loader/Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list