aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--data/icons/Makefile.am2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 58c6cc5d4..afbdfe844 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
2007-08-09 Christian Persch <chpe@gnome.org>
* data/icons/Makefile.am:
+
+ Fix icon cache update command.
+
+2007-08-09 Christian Persch <chpe@gnome.org>
+
+ * data/icons/Makefile.am:
* data/icons/HighColorLargePrint{,Inverse}_apps_48x48_gnome-web-browser.png:
Add a11y theme icons for our apps icon.
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index dfa2a5c0b..c17f3f3b6 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -76,7 +76,7 @@ EXTRA_DIST = \
###############################################################################
-gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
+gtk_update_icon_cache = gtk-update-icon-cache -f -t
update-icon-cache:
@-if test -z "$(DESTDIR)"; then \