mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
meson: remove unnecessary argument nesting
This commit is contained in:
@ -22,6 +22,6 @@ sysprof_agent = executable('sysprof-agent', sysprof_agent_sources,
|
||||
install: true,
|
||||
)
|
||||
|
||||
install_data(['org.gnome.Sysprof.Agent.xml'],
|
||||
install_data('org.gnome.Sysprof.Agent.xml',
|
||||
install_dir: join_paths(datadir, 'dbus-1/interfaces'),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user