mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-09 07:08:07 +02:00
meson.build: Output correct paths for sbindir and datadir
This commit is contained in:
parent
2f81d69014
commit
9cca8a244b
1 changed files with 2 additions and 2 deletions
|
|
@ -130,8 +130,8 @@ output += ' prefix: ' + get_option('prefix')
|
|||
output += ' libdir: ' + get_option('libdir')
|
||||
output += ' libexecdir: ' + get_option('prefix') / get_option('libexecdir')
|
||||
output += ' bindir: ' + get_option('prefix') / get_option('bindir')
|
||||
output += ' sbindir: ' + get_option('prefix') / get_option('datadir')
|
||||
output += ' datadir: ' + get_option('prefix') / get_option('sbindir')
|
||||
output += ' sbindir: ' + get_option('prefix') / get_option('sbindir')
|
||||
output += ' datadir: ' + get_option('prefix') / get_option('datadir')
|
||||
output += ' sysconfdir: ' + get_option('sysconfdir')
|
||||
output += ' localstatedir: ' + get_option('prefix') / get_option('localstatedir')
|
||||
output += ' historydir: ' + historydir
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue