1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-02-13 05:41:55 +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 e6bc698250
commit ac9ea16e61
No known key found for this signature in database
GPG key ID: E109CC97553EF009

View file

@ -36,7 +36,7 @@ configure_file(input: 'org.freedesktop.miracle.wfd.service.in',
)
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',