diff options
| author | Glenn Morris | 2018-09-05 16:37:56 -0400 |
|---|---|---|
| committer | Glenn Morris | 2018-09-05 16:37:56 -0400 |
| commit | 6c616e465cc83cf376d4df75f9c4afdbdf0ef6ca (patch) | |
| tree | 61e3a4ac1973b0b0f7a99d1c2ec9aace62db662b /Makefile.in | |
| parent | 9618e16efa5607664b794795fb80bdf5862fbe4b (diff) | |
| download | emacs-6c616e465cc83cf376d4df75f9c4afdbdf0ef6ca.tar.gz emacs-6c616e465cc83cf376d4df75f9c4afdbdf0ef6ca.zip | |
* 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."
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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@ | |||
| 192 | desktopdir=$(datarootdir)/applications | 192 | desktopdir=$(datarootdir)/applications |
| 193 | 193 | ||
| 194 | # Where the etc/emacs.appdata.xml file is to be installed. | 194 | # Where the etc/emacs.appdata.xml file is to be installed. |
| 195 | appdatadir=$(datarootdir)/appdata | 195 | appdatadir=$(datarootdir)/metainfo |
| 196 | 196 | ||
| 197 | # Where the etc/emacs.service file is to be installed. | 197 | # Where the etc/emacs.service file is to be installed. |
| 198 | # The system value (typically /usr/lib/systemd/user) can be | 198 | # The system value (typically /usr/lib/systemd/user) can be |