From: Lennart Poettering Date: Mon, 18 Jan 2021 20:17:04 +0000 (+0100) Subject: meson: bindir is the default install_dir, no need to mention it X-Git-Tag: v248-rc1~298^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1fd722b5df83e526cb5feb3fb271ffe1d903472;p=thirdparty%2Fsystemd.git meson: bindir is the default install_dir, no need to mention it --- diff --git a/meson.build b/meson.build index ed01c369b15..9b47e6ad033 100644 --- a/meson.build +++ b/meson.build @@ -2403,8 +2403,7 @@ if conf.get('HAVE_LIBCRYPTSETUP') == 1 libopenssl, libp11kit], install_rpath : rootlibexecdir, - install : true, - install_dir : bindir) + install : true) endif if conf.get('HAVE_SYSV_COMPAT') == 1