[connections] Don't use legacy path for metainfo file
- From: Felipe Borges <felipeborges src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [connections] Don't use legacy path for metainfo file
- Date: Wed, 21 Apr 2021 08:34:35 +0000 (UTC)
commit e1692bd1ee7fc0833ce3828dc9529a33af373398
Author: Balló György <ballogyor gmail com>
Date: Tue Apr 20 14:55:18 2021 +0000
Don't use legacy path for metainfo file
data/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/meson.build b/data/meson.build
index 0ebbb6a..8fda36b 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -25,7 +25,7 @@ appstream_file = i18n.merge_file(
output: '@0 appdata xml'.format(application_id),
po_dir: '../po',
install: true,
- install_dir: join_paths(get_option('datadir'), 'appdata')
+ install_dir: join_paths(get_option('datadir'), 'metainfo')
)
appstream_util = find_program('appstream-util', required: false)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]