meson: bindir is the default install_dir, no need to mention it

This commit is contained in:
Lennart Poettering 2021-01-18 21:17:04 +01:00
parent b5e0c17654
commit a1fd722b5d

View 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