diff options
author | raveit <[email protected]> | 2013-04-29 16:40:04 +0200 |
---|---|---|
committer | raveit <[email protected]> | 2013-04-29 16:40:04 +0200 |
commit | 10fe0f00573f51f842b0e51e17a1865a821e5b34 (patch) | |
tree | bb11df392884d7e186bbd3405c98a67a25be4388 /baobab/pixmaps/24x24/Makefile.am | |
parent | 716310a6588aef14ed5f0a0ab61498b60fe0863d (diff) | |
download | mate-utils-10fe0f00573f51f842b0e51e17a1865a821e5b34.tar.bz2 mate-utils-10fe0f00573f51f842b0e51e17a1865a821e5b34.tar.xz |
change installation path of mate-disk-usage-analyzer icon to hicolor
Diffstat (limited to 'baobab/pixmaps/24x24/Makefile.am')
-rw-r--r-- | baobab/pixmaps/24x24/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/baobab/pixmaps/24x24/Makefile.am b/baobab/pixmaps/24x24/Makefile.am index 73be6d11..7edb810a 100644 --- a/baobab/pixmaps/24x24/Makefile.am +++ b/baobab/pixmaps/24x24/Makefile.am @@ -2,10 +2,10 @@ NULL = size = 24x24 -iconsdir = $(datadir)/icons/mate/$(size)/apps +iconsdir = $(datadir)/icons/hicolor/$(size)/apps icons_DATA = \ - baobab.png \ + mate-disk-usage-analyzer.png \ $(NULL) icons_SOURCE = \ |