From ff8a02f9f9bdc7c492e5f35d48b2ccd93b2f1ad8 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Wed, 19 Apr 2017 08:41:09 +0100 Subject: [PATCH] trivial: Do not use the prefix for localstatedir Signed-off-by: Richard Hughes --- data/meson.build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/data/meson.build b/data/meson.build index d8302b6f1..ec414debc 100644 --- a/data/meson.build +++ b/data/meson.build @@ -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@