[gnome-sound-recorder] Meson: install the desktop file with the correct name



commit ed0677ffa2b1c0ce4b097dfa7c0d20e100affd8e
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Fri Jan 11 10:51:45 2019 +0000

    Meson: install the desktop file with the correct name

 data/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/meson.build b/data/meson.build
index 38345a5..ac0ace6 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -16,7 +16,7 @@ install_data(
 i18n.merge_file(
   'desktop',
   input: '@0  desktop in'.format(application_id),
-  output: '.@0@desktop'.format(application_id),
+  output: '@0@.desktop'.format(application_id),
   install: true,
   install_dir: join_paths(sound_recorder_datadir, 'applications'),
   po_dir: po_dir,


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