icon: install in correct place.

Seems lintian spazzes out when the icon resolution doesn't match
the fdo icon destination. This fixes that.
This commit is contained in:
Alastair Poole 2020-05-28 12:20:15 +01:00
parent 143c613edd
commit c80725773b
1 changed files with 1 additions and 1 deletions

View File

@ -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'))