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:
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(
|
install_data(
|
||||||
'org.freedesktop.miracle.conf',
|
'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',
|
install_data('miracle-gst', 'gstplayer', 'uibc-viewer',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue