summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-10-08 17:28:44 +0200
committerLennart Poettering <lennart@poettering.net>2018-10-08 18:49:45 +0200
commit80f39b81f3876ed3816061f1093db991f72269ec (patch)
treea5248971507313ef249b809710305800112b0c00 /meson.build
parentd09d85a2a0899428150eec2ab9083b2e01b0c2d5 (diff)
downloadsystemd-80f39b81f3876ed3816061f1093db991f72269ec.tar.gz
portable: move portablectl to /usr/bin
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.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 5e653b8b6f..e3f06616b5 100644
--- 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 : rootlibexecdir)
+ install_dir : rootbindir)
public_programs += exe
endif