From d5021c78ba2358057d0129db688a59799d8b78da Mon Sep 17 00:00:00 2001
From: Maxim Cournoyer <maxim.cournoyer@savoirfairelinux.com>
Date: Tue, 29 Jun 2021 13:08:15 -0400
Subject: [PATCH] dbus: Adjust the location of the jamid binary in the D-Bus
 service.

This is a follow up to commit 2afa99fd1 (Install dring to libexec and
edit templates at install time).

* bin/dbus/Makefile.am (do_subst): Replace bindir by libexecdir.

Change-Id: I380e61467ef4f3c4873698c9e2061b9c61370d44
---
 bin/dbus/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/dbus/Makefile.am b/bin/dbus/Makefile.am
index 4b51750dbc..5297eb05e4 100644
--- a/bin/dbus/Makefile.am
+++ b/bin/dbus/Makefile.am
@@ -61,7 +61,7 @@ endif
 libclient_dbus_la_CXXFLAGS = $(AM_CXXFLAGS) $(DBUSCPP_CFLAGS)
 
 do_subst = $(SED) \
-	-e 's,[@]bindir[@],$(bindir),g'
+	-e 's,[@]libexecdir[@],$(libexecdir),g'
 
 cx.ring.Ring.service: cx.ring.Ring.service.in Makefile
 	$(do_subst) < $< > $@
-- 
GitLab