From: Jörg Sommer <[email protected]> $sbindir is not /usr/sbin but $bindir with binmerge.
Signed-off-by: Jörg Sommer <[email protected]> --- meta/recipes-devtools/tcf-agent/tcf-agent_1.11.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.53.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#242188): https://lists.openembedded.org/g/openembedded-core/message/242188 Mute This Topic: https://lists.openembedded.org/mt/120482744/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
