From: Lennart Poettering Date: Wed, 29 Jul 2020 13:39:33 +0000 (+0200) Subject: meson: move systemd-dissect to /usr/bin X-Git-Tag: v247-rc1~431^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a151082d77524ef490edbb836dbb49819118120;p=thirdparty%2Fsystemd.git meson: move systemd-dissect to /usr/bin --- 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