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.
This commit is contained in:
Lennart Poettering 2018-10-08 17:28:44 +02:00
parent d09d85a2a0
commit 80f39b81f3
1 changed files with 1 additions and 1 deletions

View 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