From 7f2846a5bddbfaf78e99b303db4c9152460bb4d3 Mon Sep 17 00:00:00 2001 From: TingPing Date: Tue, 1 Jan 2013 18:58:19 -0500 Subject: [PATCH] Don't error on icon cache update failure --- share/icons/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/icons/Makefile.am b/share/icons/Makefile.am index ee5384cc..1096c04c 100644 --- a/share/icons/Makefile.am +++ b/share/icons/Makefile.am @@ -4,7 +4,7 @@ icondir = $(datadir)/icons/hicolor/48x48/apps hicolor_DATA = hexchat.svg hicolordir = $(datadir)/icons/hicolor/scalable/apps -UPDATE_ICON_CACHE = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor +UPDATE_ICON_CACHE = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor || : install-data-hook: $(UPDATE_ICON_CACHE);