diff options
author | Stefano Karapetsas <[email protected]> | 2013-04-30 00:32:52 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-04-30 00:32:52 -0700 |
commit | c8cff4d1a6c1aeb24ede3b5f2f8b0bf84e19336d (patch) | |
tree | bb11df392884d7e186bbd3405c98a67a25be4388 /baobab/pixmaps/scalable/Makefile.am | |
parent | 716310a6588aef14ed5f0a0ab61498b60fe0863d (diff) | |
parent | 10fe0f00573f51f842b0e51e17a1865a821e5b34 (diff) | |
download | mate-utils-c8cff4d1a6c1aeb24ede3b5f2f8b0bf84e19336d.tar.bz2 mate-utils-c8cff4d1a6c1aeb24ede3b5f2f8b0bf84e19336d.tar.xz |
Merge pull request #29 from NiceandGently/master
change installation path of mate-disk-usage-analyzer icon to hicolor
Diffstat (limited to 'baobab/pixmaps/scalable/Makefile.am')
-rw-r--r-- | baobab/pixmaps/scalable/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/baobab/pixmaps/scalable/Makefile.am b/baobab/pixmaps/scalable/Makefile.am index 1ab651c6..caeb628d 100644 --- a/baobab/pixmaps/scalable/Makefile.am +++ b/baobab/pixmaps/scalable/Makefile.am @@ -2,10 +2,10 @@ NULL = size = scalable -iconsdir = $(datadir)/icons/mate/$(size)/apps +iconsdir = $(datadir)/icons/hicolor/$(size)/apps icons_DATA = \ - baobab.svg \ + mate-disk-usage-analyzer.svg \ $(NULL) icons_SOURCE = \ |