trivial: Do not use the prefix for localstatedir

Signed-off-by: Richard Hughes <richard@hughsie.com>
This commit is contained in:
Mario Limonciello 2017-04-19 08:41:09 +01:00 committed by Richard Hughes
parent fe3f0eda75
commit ff8a02f9f9

View File

@ -24,9 +24,7 @@ con2.set('libexecdir',
con2.set('bindir',
join_paths(get_option('prefix'),
get_option('bindir')))
con2.set('localstatedir',
join_paths(get_option('prefix'),
get_option('localstatedir')))
con2.set('localstatedir', join_paths(get_option('localstatedir')))
con2.set('bootdir', get_option('with-bootdir'))
# replace @libexecdir@