[five-or-more] Install the appdata file to the correct directory



commit eb8a9ccca16f2884d88c12fa562952c578726b6e
Author: Robert Roth <robert roth off gmail com>
Date:   Fri Mar 23 10:42:00 2018 +0200

    Install the appdata file to the correct directory

 data/meson.build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index 0180560..9ced665 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -39,7 +39,7 @@ i18n.merge_file(
        type: 'xml',
        po_dir: po_dir,
        install: true,
-       install_dir: join_paths(pkgdata_dir, 'meta-info'),
+       install_dir: join_paths(pkgdata_dir, 'metainfo'),
 )
 
 # Gschema


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