mirror of
https://gitlab.freedesktop.org/upower/power-profiles-daemon.git
synced 2026-05-08 07:48:08 +02:00
build: Make sure libexecdir is an absolute path
This commit is contained in:
parent
74c74b8cf9
commit
0d7178f9d6
1 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,8 @@ common_cflags = cc.get_supported_arguments([
|
|||
'-Wshadow'
|
||||
])
|
||||
|
||||
libexecdir = get_option('libexecdir')
|
||||
prefix = get_option('prefix')
|
||||
libexecdir = prefix / get_option('libexecdir')
|
||||
bindir = get_option('bindir')
|
||||
dbusconfdir = get_option('sysconfdir') / 'dbus-1' / 'system.d'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue