projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d09d85a
)
portable: move portablectl to /usr/bin
author
Lennart Poettering
<lennart@poettering.net>
Mon, 8 Oct 2018 15:28:44 +0000
(17:28 +0200)
committer
Lennart Poettering
<lennart@poettering.net>
Mon, 8 Oct 2018 16:49:45 +0000
(18:49 +0200)
Let's declare this a supported API. After all feedback I got at
conferences I think we are good to consider this stable now and make it
official API.
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 5e653b8b6f78d58ff0754963a3f6fc656f5cfe0d..e3f06616b55862667194f4f353a7b8c2bc73f8ac 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-1834,7
+1834,7
@@
if conf.get('ENABLE_PORTABLED') == 1
dependencies : [threads],
install_rpath : rootlibexecdir,
install : true,
- install_dir : root
libexec
dir)
+ install_dir : root
bin
dir)
public_programs += exe
endif