From 72734dedc249dace84bcbd22a23f3df339dced40 Mon Sep 17 00:00:00 2001 From: Dylan Van Assche Date: Sat, 20 May 2023 08:15:41 +0200 Subject: [PATCH] fastrpc: hexagonrpcd: meson: move install dir to non-root --- fastrpc/hexagonrpcd/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastrpc/hexagonrpcd/meson.build b/fastrpc/hexagonrpcd/meson.build index 3af25f5..7f316ee 100644 --- a/fastrpc/hexagonrpcd/meson.build +++ b/fastrpc/hexagonrpcd/meson.build @@ -14,5 +14,5 @@ executable('hexagonrpcd', include_directories : include, install : true, link_with : libhexagonrpc, - install_dir : get_option('sbindir'), + install_dir : get_option('bindir'), )