From 2a580f0dbbfc00dc90c326a9a8338a9321b13947 Mon Sep 17 00:00:00 2001 From: Derek Dai Date: Tue, 4 Apr 2017 08:51:43 +0800 Subject: [PATCH] remove starting `/` in front of installation path of DBus policy file --- res/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/meson.build b/res/meson.build index 3325bc5..1b331ad 100644 --- a/res/meson.build +++ b/res/meson.build @@ -1,6 +1,6 @@ install_data( 'org.freedesktop.miracle.conf', - install_dir: join_paths('/', get_option('sysconfdir'), 'dbus-1', 'system.d') + install_dir: join_paths(get_option('sysconfdir'), 'dbus-1', 'system.d') ) install_data('miracle-gst', 'gstplayer', 'uibc-viewer',