summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-10-22 14:27:11 +0200
committerinfirit <[email protected]>2013-10-22 17:16:56 +0200
commit6db62a08b3b1b3af4d125fe01cf0263ed548ed3d (patch)
tree095aae1fd214c8b5520bbc6c62dd7be1c3666fbc
parent037ba2b786323591cefd7d03fc49e36c9f4ad3f3 (diff)
downloadmate-notification-daemon-6db62a08b3b1b3af4d125fe01cf0263ed548ed3d.tar.bz2
mate-notification-daemon-6db62a08b3b1b3af4d125fe01cf0263ed548ed3d.tar.xz
Correct typo
-rw-r--r--data/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \