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:
parent
e6bc698250
commit
ac9ea16e61
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue