fdo icons: install in correct location.

Reviewers: ajwillia.ms

Reviewed By: ajwillia.ms

Differential Revision: https://phab.enlightenment.org/D5111
This commit is contained in:
Al Poole 2017-08-18 15:29:44 +01:00 committed by Andy Williams
parent 758f74de28
commit f962b5ff2e
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ MAINTAINERCLEANFILES = Makefile.in
desktopdir = $(datadir)/applications
desktop_DATA = edi.desktop
icondir = $(datadir)/icons
icondir = $(datadir)/icons/hicolor/256x256/apps
icon_DATA = edi.png
EXTRA_DIST = $(desktop_DATA) $(icon_DATA)

View File

@ -3,7 +3,7 @@ MAINTAINERCLEANFILES = Makefile.in
desktopdir = $(datadir)/applications
desktop_DATA = ${edi_name}.desktop
icondir = $(datadir)/icons
icondir = $(datadir)/icons/hicolor/256x256/apps
icon_DATA = ${edi_name}.png
EXTRA_DIST = $(desktop_DATA) $(icon_DATA)