aboutsummaryrefslogtreecommitdiffstats
path: root/data
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 /data
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
Diffstat (limited to 'data')
-rw-r--r--data/icons/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \