From 6db62a08b3b1b3af4d125fe01cf0263ed548ed3d Mon Sep 17 00:00:00 2001 From: infirit Date: Tue, 22 Oct 2013 14:27:11 +0200 Subject: Correct typo --- data/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/Makefile.am b/data/Makefile.am index 6087e57..1aec612 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -44,7 +44,7 @@ gtk_update_icon_cache = $(UPDATE_ICON_CACHE) -f -t $(datadir)/icons/hicolor install-data-hook: update-icon-cache uninstall-hook: update-icon-cache update-icon-cache: - @-if test -z "$(DESTDIR)" $$ ICON_UPDATE; then \ + @-if test -z "$(DESTDIR)" && ICON_UPDATE; then \ echo "Updating Gtk icon cache."; \ $(gtk_update_icon_cache); \ else \ -- cgit v1.2.1