From 8a6f4ca735edfa2d2221ed10caa6185c0d9a3a5f Mon Sep 17 00:00:00 2001 From: Lains <4886639+lainsce@users.noreply.github.com> Date: Wed, 20 Apr 2022 02:57:58 -0300 Subject: [PATCH] * --- data/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/meson.build b/data/meson.build index 5f3cbf8..0096738 100644 --- a/data/meson.build +++ b/data/meson.build @@ -32,7 +32,7 @@ appdata_file = i18n.merge_file( output: '@0@.metainfo.xml'.format(app_id), po_dir: '../po', install: true, - install_dir: datadir / 'metainfo' + install_dir: join_paths(get_option('datadir'), 'metainfo') ) # Validate Appdata if appstream_util.found()