diff mbox series

tcf-agent: Pass sbindir to make install to handle binmerge

Message ID aa27e8cf3b1429ea16ce5e2a6b0ec16768e278c6.1785241135.git.joerg.sommer@navimatix.de
State New
Headers show
Series tcf-agent: Pass sbindir to make install to handle binmerge | expand

Commit Message

Jörg Sommer July 28, 2026, 12:18 p.m. UTC
From: Jörg Sommer <joerg.sommer@navimatix.de>

$sbindir is not /usr/sbin but $bindir with binmerge.

Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
---
 meta/recipes-devtools/tcf-agent/tcf-agent_1.11.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_1.11.0.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_1.11.0.bb
index b04c7aea06..01e4b7df49 100644
--- a/meta/recipes-devtools/tcf-agent/tcf-agent_1.11.0.bb
+++ b/meta/recipes-devtools/tcf-agent/tcf-agent_1.11.0.bb
@@ -56,7 +56,7 @@  CFLAGS:append:loongarch64 = " ${LCL_STOP_SERVICES}"
 RANLIB:append = " $@"
 
 do_install() {
-	oe_runmake install INSTALLROOT=${D}
+	oe_runmake install INSTALLROOT=${D} SBIN=${sbindir}
 	install -d ${D}${sysconfdir}/init.d/
 	install -m 0755 ${UNPACKDIR}/tcf-agent.init ${D}${sysconfdir}/init.d/tcf-agent
 	install -d ${D}${systemd_system_unitdir}