summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-01-18 21:17:04 +0100
committerLennart Poettering <lennart@poettering.net>2021-01-19 13:41:42 +0100
commita1fd722b5df83e526cb5feb3fb271ffe1d903472 (patch)
tree056ff0125e24eab3e4d6c78ae3605a13a9a5248b /meson.build
parentb5e0c17654ecf6a076c1b79bf48809e3c6d7a6a4 (diff)
downloadsystemd-a1fd722b5df83e526cb5feb3fb271ffe1d903472.tar.gz
meson: bindir is the default install_dir, no need to mention it
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index ed01c369b1..9b47e6ad03 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