summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2017-11-26 18:52:09 -0500
committerErnestas Kulik <ernestask@gnome.org>2018-03-24 20:03:55 +0200
commit86dea5505dc5f1b447dc7a46a32b5e87fa763c9b (patch)
tree6015b564e154d0439767d77793c295581ec423a2
parentb8576bad0937ec69ba2afbebcc603d4c393eb831 (diff)
downloadnautilus-86dea5505dc5f1b447dc7a46a32b5e87fa763c9b.tar.gz
build: Install appstream metadata to non-deprecated location
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 930a93955..3f6ac4f81 100644
--- a/meson.build
+++ b/meson.build
@@ -7,7 +7,7 @@ add_global_arguments ('-Wno-deprecated-declarations', language:'c')
bindir = get_option ('bindir')
datadir = get_option ('datadir')
-appdatadir = join_paths (datadir, 'appdata')
+appdatadir = join_paths (datadir, 'metainfo')
desktopdir = join_paths (datadir, 'applications')
icondir = join_paths (datadir, 'icons')
includedir = get_option ('includedir')