diff options
author | Victor A. Santos <[email protected]> | 2020-08-26 11:18:17 -0300 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-09-03 13:19:56 +0200 |
commit | 78bd4114cee53f589945b6f72df10bb65cc4df81 (patch) | |
tree | c5352f2e390cc99864c060bb1894568e7c89df0d /data/icons/Makefile.am | |
parent | 007888e9b170257e822c40b353674616b5555204 (diff) | |
download | mate-power-manager-78bd4114cee53f589945b6f72df10bb65cc4df81.tar.bz2 mate-power-manager-78bd4114cee53f589945b6f72df10bb65cc4df81.tar.xz |
Install action and status icons to right location
a left over from gnome is the action and status icons was installed to
$(pkgdatadir).
now all icons are installed to $(datadir).
Diffstat (limited to 'data/icons/Makefile.am')
-rw-r--r-- | data/icons/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index 7389128..9837d72 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -1,6 +1,6 @@ -actioniconsdir = $(pkgdatadir)/icons/hicolor +actioniconsdir = $(datadir)/icons/hicolor appiconsdir = $(datadir)/icons/hicolor -statusiconsdir = $(pkgdatadir)/icons/hicolor +statusiconsdir = $(datadir)/icons/hicolor sizes = 16x16 22x22 24x24 32x32 48x48 64x64 96x96 128x128 256x256 |