diff options
author | György Balló <[email protected]> | 2015-11-19 13:53:21 +0100 |
---|---|---|
committer | György Balló <[email protected]> | 2015-11-19 13:53:21 +0100 |
commit | d998ec6e17201c854d8ae80593b2e6e0d31ccd5e (patch) | |
tree | 42c5ebf81bba6040685d3db71738c3d57c6d5857 /plugins/xrandr | |
parent | 44df0632105def86603e9349a64c211496ee2f24 (diff) | |
download | mate-settings-daemon-d998ec6e17201c854d8ae80593b2e6e0d31ccd5e.tar.bz2 mate-settings-daemon-d998ec6e17201c854d8ae80593b2e6e0d31ccd5e.tar.xz |
Install icon into hicolor directory
msd-xrandr is a custom icon, and it needs to be installed into the standard location, otherwise it's missing from icon themes other than mate.
Diffstat (limited to 'plugins/xrandr')
-rw-r--r-- | plugins/xrandr/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/xrandr/Makefile.am b/plugins/xrandr/Makefile.am index 55c01fe..f5d7341 100644 --- a/plugins/xrandr/Makefile.am +++ b/plugins/xrandr/Makefile.am @@ -1,4 +1,4 @@ -icondir = $(datadir)/icons/mate +icondir = $(datadir)/icons/hicolor context = apps BUILT_SOURCES = \ |