[gnome-sudoku] Use, the already previously set, metainfo location instead of appdata.



commit b34da1d858072a4d7fb713706db3239d9920293a
Author: Luciano Santos <luc14n0 linuxmail org>
Date:   Thu May 24 23:34:54 2018 +0000

    Use, the already previously set, metainfo location instead of appdata.

 data/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/meson.build b/data/meson.build
index 28ca30a..1a753bb 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -15,7 +15,7 @@ appdata = i18n.merge_file('appdata',
   input: 'gnome-sudoku.appdata.xml.in',
   output: 'gnome-sudoku.appdata.xml',
   install: true,
-  install_dir: join_paths(datadir, 'appdata'),
+  install_dir: join_paths(datadir, 'metainfo'),
   po_dir: '../po'
 )
 


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