* Makefile.in (appdatadir): Use the non-obsolete location "metainfo".
; https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html ; "AppStream tools scan the /usr/share/appdata/ path for legacy ; compatibility as well. It should not be used anymore by new ; software though, even on older Linux distributions (like RHEL 7 ; and Ubuntu 16.04 LTS) the metainfo path is well supported. Support ; for the legacy path might be dropped completely in future."
This commit is contained in:
parent
9618e16efa
commit
6c616e465c
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ x_default_search_path=@x_default_search_path@
|
||||||
desktopdir=$(datarootdir)/applications
|
desktopdir=$(datarootdir)/applications
|
||||||
|
|
||||||
# Where the etc/emacs.appdata.xml file is to be installed.
|
# Where the etc/emacs.appdata.xml file is to be installed.
|
||||||
appdatadir=$(datarootdir)/appdata
|
appdatadir=$(datarootdir)/metainfo
|
||||||
|
|
||||||
# Where the etc/emacs.service file is to be installed.
|
# Where the etc/emacs.service file is to be installed.
|
||||||
# The system value (typically /usr/lib/systemd/user) can be
|
# The system value (typically /usr/lib/systemd/user) can be
|
||||||
|
|
Loading…
Add table
Reference in a new issue