From: Lennart Poettering Date: Mon, 8 Oct 2018 15:28:44 +0000 (+0200) Subject: portable: move portablectl to /usr/bin X-Git-Tag: v240~597^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80f39b81f3876ed3816061f1093db991f72269ec;p=thirdparty%2Fsystemd.git 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. --- diff --git a/meson.build b/meson.build index 5e653b8b6f7..e3f06616b55 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