From f4a2f81a106a628125de2e3a11493e582d215241 Mon Sep 17 00:00:00 2001 From: infirit Date: Wed, 5 Aug 2015 13:14:09 +0200 Subject: Fix icon cache update broken in 2f2e67b88935259b6e1c214a2c70b4c964f59028 fixes #24 --- icons/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'icons') diff --git a/icons/Makefile.am b/icons/Makefile.am index cc14206..39c97ac 100644 --- a/icons/Makefile.am +++ b/icons/Makefile.am @@ -483,9 +483,9 @@ uninstall-icons: done update-icon-cache: - @-if test -z "$(DESTDIR)" && ICON_UPDATE; then \ + @-if test -z "$(DESTDIR)" && test -n $(ICON_UPDATE); then \ echo "Updating Gtk icon cache."; \ - $(UPDATE_ICON_CACHE) $(DESTDIR)$(datadir)/$(subdir)/mate; \ + $(gtk_update_icon_cache) $(DESTDIR)$(datadir)/$(subdir)/mate; \ else \ echo "*** Icon cache not updated. After (un)install, run this:"; \ echo "*** $(gtk_update_icon_cache) $(DESTDIR)$(datadir)/$(subdir)/mate"; \ -- cgit v1.2.1