[gnome-builder/wip/sadiq/fixes] build: Fix appdata po directory



commit afac0b1f8f392d979b848a4756beaf172a5ddd2d
Author: Mohammed Sadiq <sadiq sadiqpk org>
Date:   Thu Jan 10 12:17:53 2019 +0530

    build: Fix appdata po directory

 data/appdata/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/appdata/meson.build b/data/appdata/meson.build
index 8cb9668db..4901e65eb 100644
--- a/data/appdata/meson.build
+++ b/data/appdata/meson.build
@@ -2,7 +2,7 @@
 appdata_file = i18n.merge_file(
   input: 'org.gnome.Builder.appdata.xml.in',
   output: 'org.gnome.Builder.appdata.xml',
-  po_dir: '../po',
+  po_dir: '../../po',
   install: true,
   install_dir: join_paths(get_option('datadir'), 'metainfo'),
 )


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