From: Glenn Morris Date: Wed, 5 Sep 2018 20:37:56 +0000 (-0400) Subject: * Makefile.in (appdatadir): Use the non-obsolete location "metainfo". X-Git-Tag: emacs-26.1.90~169 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6c616e4;p=emacs.git * 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." --- diff --git a/Makefile.in b/Makefile.in index 238df40ded8..19bf7c423ff 100644 --- a/Makefile.in +++ b/Makefile.in @@ -192,7 +192,7 @@ x_default_search_path=@x_default_search_path@ desktopdir=$(datarootdir)/applications # 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. # The system value (typically /usr/lib/systemd/user) can be