aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2007-08-09 07:08:46 +0800
committerChristian Persch <chpe@src.gnome.org>2007-08-09 07:08:46 +0800
commit4b69f20e2d426628772774c92553129d658c6434 (patch)
tree780af2c83c426f47dfd75bce1a96cc44d4ff66c6
parent4b55229ff8259532a1ec85bbfc469a14f2601640 (diff)
downloadgsoc2013-epiphany-4b69f20e2d426628772774c92553129d658c6434.tar
gsoc2013-epiphany-4b69f20e2d426628772774c92553129d658c6434.tar.gz
gsoc2013-epiphany-4b69f20e2d426628772774c92553129d658c6434.tar.bz2
gsoc2013-epiphany-4b69f20e2d426628772774c92553129d658c6434.tar.lz
gsoc2013-epiphany-4b69f20e2d426628772774c92553129d658c6434.tar.xz
gsoc2013-epiphany-4b69f20e2d426628772774c92553129d658c6434.tar.zst
gsoc2013-epiphany-4b69f20e2d426628772774c92553129d658c6434.zip
Fix icon cache update command.
2007-08-09 Christian Persch <chpe@gnome.org> * data/icons/Makefile.am: Fix icon cache update command. svn path=/trunk/; revision=7258
-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 \