mirror of
https://github.com/max-moser/network-manager-wireguard.git
synced 2025-02-20 06:46:21 +03:00
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>
This commit is contained in:
parent
0e1124df9e
commit
f02a7863a1
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user