projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5e0c17
)
meson: bindir is the default install_dir, no need to mention it
author
Lennart Poettering
<lennart@poettering.net>
Mon, 18 Jan 2021 20:17:04 +0000
(21:17 +0100)
committer
Lennart Poettering
<lennart@poettering.net>
Tue, 19 Jan 2021 12:41:42 +0000
(13:41 +0100)
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index ed01c369b1546c34e125f2621c9156df4ebc2287..9b47e6ad03376261a4cbad63ee985a00fd1d6a83 100644
(file)
--- 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