Makefile.am: store appdata to /usr/share/metainfo

The path '/usr/share/appdata' is deprecated and
should be changed to '/usr/share/metainfo'.

See section: 2.1.2. Filesystem locations
https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html

Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
pull/47/head
Conrad Kostecki 2020-04-20 17:00:58 +02:00
parent 0e1124df9e
commit f02a7863a1
No known key found for this signature in database
GPG Key ID: 43E4E37B450509AD
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ uninstall-hook:
rm -f $(DESTDIR)$(sysconfdir)/NetworkManager/VPN/nm-wireguard-service.name
endif
appdatadir = $(datadir)/appdata
appdatadir = $(datadir)/metainfo
appdata_files = $(appdata_in_files:.xml.in=.xml)
if WITH_GNOME
appdata_DATA = $(appdata_files)