Skip to content

Commit

Permalink
meson: Install rtkitctl to sbin
Browse files Browse the repository at this point in the history
That is the path previously used in the autotools system
  • Loading branch information
fsateler authored and heftig committed Apr 5, 2020
1 parent b916940 commit c295fa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ executable(
'rtkitctl',
'rtkitctl.c', 'rtkit.h', config_h,
install: true,
install_dir: get_option('sbindir'),
dependencies: [dbus_dep],
)

Expand Down

0 comments on commit c295fa8

Please sign in to comment.