summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2017-11-08 12:34:34 -0500
committerJeremy Bicha <jbicha@ubuntu.com>2017-11-09 11:18:29 -0500
commitecf8570a2298d022ac5557b7bdd1ed4980a76e49 (patch)
tree4baf477560b5940f01224132d4b39f64dd139f64
parent83230355bdd89ac48a28481b9bd0638ac0fb111f (diff)
downloadbaobab-ecf8570a2298d022ac5557b7bdd1ed4980a76e49.tar.gz
build: Install appstream metadata to non-deprecated location
https://bugzilla.gnome.org/show_bug.cgi?id=790077
-rw-r--r--data/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/meson.build b/data/meson.build
index e881118..a2d22ed 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -19,7 +19,7 @@ appdata_file = i18n.merge_file(
output: 'org.gnome.baobab.appdata.xml',
po_dir: '../po',
install: true,
- install_dir: join_paths(get_option('datadir'), 'appdata'),
+ install_dir: join_paths(get_option('datadir'), 'metainfo'),
)
gschema_file = i18n.merge_file(