From 5a151082d77524ef490edbb836dbb49819118120 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 29 Jul 2020 15:39:33 +0200 Subject: [PATCH] meson: move systemd-dissect to /usr/bin --- meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 134e95d4756..227fe097a81 100644 --- a/meson.build +++ b/meson.build @@ -1898,8 +1898,7 @@ if conf.get('HAVE_BLKID') == 1 include_directories : includes, link_with : [libshared], install_rpath : rootlibexecdir, - install : true, - install_dir : rootlibexecdir) + install : true) endif if conf.get('ENABLE_RESOLVE') == 1 -- 2.39.2