From c80725773b173d7b661886491972e2a5427844ec Mon Sep 17 00:00:00 2001 From: Alastair Poole Date: Thu, 28 May 2020 12:20:15 +0100 Subject: [PATCH] icon: install in correct place. Seems lintian spazzes out when the icon resolution doesn't match the fdo icon destination. This fixes that. --- data/icons/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/icons/meson.build b/data/icons/meson.build index 8829ea1..57def3b 100644 --- a/data/icons/meson.build +++ b/data/icons/meson.build @@ -1,2 +1,2 @@ install_data('evisum.png', - install_dir: join_paths(dir_data, 'icons/hicolor/128x128/apps')) + install_dir: join_paths(dir_data, 'icons/hicolor/256x256/apps'))