1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

remove starting / in front of installation path of DBus policy file

This commit is contained in:
Derek Dai 2017-04-04 08:51:43 +08:00
parent bb7de63bdc
commit 2a580f0dbb
No known key found for this signature in database
GPG key ID: E109CC97553EF009

View file

@ -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',