[five-or-more] Install the appdata and desktop file in the correct place
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [five-or-more] Install the appdata and desktop file in the correct place
- Date: Fri, 23 Mar 2018 08:50:06 +0000 (UTC)
commit 2f1cb8165a81b7d8c2ce8988dcaa92eee7609eee
Author: Robert Roth <robert roth off gmail com>
Date: Fri Mar 23 10:49:48 2018 +0200
Install the appdata and desktop file in the correct place
data/meson.build | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index 9ced665..c234589 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -5,7 +5,7 @@ i18n.merge_file(
type: 'desktop',
po_dir: po_dir,
install: true,
- install_dir: join_paths(pkgdata_dir, 'applications')
+ install_dir: join_paths(data_dir, 'applications')
)
# Themes
@@ -39,7 +39,7 @@ i18n.merge_file(
type: 'xml',
po_dir: po_dir,
install: true,
- install_dir: join_paths(pkgdata_dir, 'metainfo'),
+ install_dir: join_paths(data_dir, 'metainfo'),
)
# Gschema
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]