[gnome-logs: 1/2] Use metainfo as installfolder for meson build like we do for autotools build



commit 8bb84add131ea768144d761f13713b14658b5589
Author: Bjørn Lie <bjorn lie gmail com>
Date:   Fri Jul 13 20:03:14 2018 +0000

    Use metainfo as installfolder for meson build like we do for autotools build

 data/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/meson.build b/data/meson.build
index deb3aba..1b4d8d5 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -18,7 +18,7 @@ i18n.merge_file(
     output : 'org.gnome.Logs.appdata.xml',
     po_dir : 'po',
     install : true,
-    install_dir : join_paths(gl_datadir, 'appdata')
+    install_dir : join_paths(gl_datadir, 'metainfo')
 )
 
 service_conf = configuration_data()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]