]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
portable: move portablectl to /usr/bin
authorLennart Poettering <lennart@poettering.net>
Mon, 8 Oct 2018 15:28:44 +0000 (17:28 +0200)
committerLennart 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

index 5e653b8b6f78d58ff0754963a3f6fc656f5cfe0d..e3f06616b55862667194f4f353a7b8c2bc73f8ac 100644 (file)
@@ -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