summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2017-11-26 18:52:09 -0500
committerJeremy Bicha <jbicha@ubuntu.com>2017-11-26 18:52:09 -0500
commit5d75a4a5bc5f6cbebb0703c604a62f043b06490f (patch)
tree35bfd612103d006055cc6900538e29d8b44348d8 /meson.build
parent3965de7e2857efd09cf6d57c1924793dddaa2e13 (diff)
downloadnautilus-5d75a4a5bc5f6cbebb0703c604a62f043b06490f.tar.gz
build: Install appstream metadata to non-deprecated location
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index fe252a2c0..79702078e 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')