From a1fd722b5df83e526cb5feb3fb271ffe1d903472 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 18 Jan 2021 21:17:04 +0100 Subject: [PATCH] meson: bindir is the default install_dir, no need to mention it --- meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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