projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af8219d
)
meson: move systemd-dissect to /usr/bin
author
Lennart Poettering
<lennart@poettering.net>
Wed, 29 Jul 2020 13:39:33 +0000
(15:39 +0200)
committer
Lennart Poettering
<lennart@poettering.net>
Tue, 11 Aug 2020 20:29:50 +0000
(22:29 +0200)
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 134e95d4756f3759e318936174fc201c5f8996e1..227fe097a81f70c85d42265e00737b4b472c9717 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-1898,8
+1898,7
@@
if conf.get('HAVE_BLKID') == 1
include_directories : includes,
link_with : [libshared],
install_rpath : rootlibexecdir,
- install : true,
- install_dir : rootlibexecdir)
+ install : true)
endif
if conf.get('ENABLE_RESOLVE') == 1