[gnome-applets] brightness, inhibit: fix icon cache dir



commit 14d258da99aeef0ecedaea9d8c831df0bc6ca8ee
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sun Sep 27 21:45:14 2015 +0300

    brightness, inhibit: fix icon cache dir

 brightness/icons/Makefile.am |    2 +-
 inhibit/icons/Makefile.am    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/brightness/icons/Makefile.am b/brightness/icons/Makefile.am
index 3ebd12d..5def938 100644
--- a/brightness/icons/Makefile.am
+++ b/brightness/icons/Makefile.am
@@ -1,6 +1,6 @@
 SUBDIRS = scalable 16x16 22x22 24x24 32x32 48x48
 
-gtk_update_icon_cache = gtk-update-icon-cache -f -t $(pkgdatadir)/icons/hicolor
+gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
 
 install-data-hook: update-icon-cache
 uninstall-hook: update-icon-cache
diff --git a/inhibit/icons/Makefile.am b/inhibit/icons/Makefile.am
index 3ebd12d..5def938 100644
--- a/inhibit/icons/Makefile.am
+++ b/inhibit/icons/Makefile.am
@@ -1,6 +1,6 @@
 SUBDIRS = scalable 16x16 22x22 24x24 32x32 48x48
 
-gtk_update_icon_cache = gtk-update-icon-cache -f -t $(pkgdatadir)/icons/hicolor
+gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
 
 install-data-hook: update-icon-cache
 uninstall-hook: update-icon-cache


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]