meson: bindir is the default install_dir, no need to mention it
authorLennart Poettering <lennart@poettering.net>
Mon, 18 Jan 2021 20:17:04 +0000 (21:17 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 19 Jan 2021 12:41:42 +0000 (13:41 +0100)
meson.build

index ed01c369b1546c34e125f2621c9156df4ebc2287..9b47e6ad03376261a4cbad63ee985a00fd1d6a83 100644 (file)
@@ -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