summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2017-11-26 18:57:11 -0500
committerBastien Nocera <hadess@hadess.net>2017-11-27 11:55:23 +0100
commit877c930e065e372bfbf3c3bbf752a4b5b598e130 (patch)
treedef0bddfbf5ae5183c654b3daf89c6ed86028173
parent5a31aa2bbc1ec483511b90ed7dfc8398389750cb (diff)
downloadnautilus-sendto-877c930e065e372bfbf3c3bbf752a4b5b598e130.tar.gz
build: Install appstream metadata to non-deprecated location
Contrary to what was mentioned in commit 8ed99c3, $(datadir)/metainfo is the preferred location, not $(datadir)/appdata. https://bugzilla.gnome.org/show_bug.cgi?id=790875
-rw-r--r--src/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index 4f684f3..069eaf8 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -11,5 +11,5 @@ i18n.merge_file ('appdata',
input: 'nautilus-sendto.metainfo.xml.in',
output: 'nautilus-sendto.metainfo.xml',
install: true,
- install_dir: join_paths(nst_datadir, 'appdata'),
+ install_dir: join_paths(nst_datadir, 'metainfo'),
po_dir: po_dir,)