From 78bd4114cee53f589945b6f72df10bb65cc4df81 Mon Sep 17 00:00:00 2001 From: "Victor A. Santos" Date: Wed, 26 Aug 2020 11:18:17 -0300 Subject: 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). --- data/icons/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/icons/Makefile.am') 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 -- cgit v1.2.1