build: Install daemon in libexecdir

Rather than sbindir, which would have meant it could be in the PATH.
This commit is contained in:
Bastien Nocera
2020-06-27 14:02:32 +02:00
parent e3adea6626
commit af2f3a1055
4 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ common_cflags = cc.get_supported_arguments([
'-Wshadow'
])
sbindir = get_option('sbindir')
libexecdir = get_option('libexecdir')
bindir = get_option('bindir')
dbusconfdir = get_option('sysconfdir') / 'dbus-1' / 'system.d'