diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | data/icons/Makefile.am | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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 \ |