From df13abbc7f8328a0ca42110a8328575c26efadbe Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 11 Dec 2012 21:46:00 +0100 Subject: [PATCH] build: Use @libexecdir@/bluetooth path for daemons --- Makefile.am | 6 ++++-- src/bluetooth.service.in | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index fb103a664..62ca7cd4d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,8 +9,6 @@ noinst_LTLIBRARIES = bin_PROGRAMS = -libexec_PROGRAMS = - noinst_PROGRAMS = dist_man_MANS = @@ -21,6 +19,10 @@ CLEANFILES = EXTRA_DIST = +libexecdir = @libexecdir@/bluetooth + +libexec_PROGRAMS = + includedir = @includedir@/bluetooth include_HEADERS = diff --git a/src/bluetooth.service.in b/src/bluetooth.service.in index 2b73254ff..34972e1cb 100644 --- a/src/bluetooth.service.in +++ b/src/bluetooth.service.in @@ -5,7 +5,7 @@ Documentation=man:bluetoothd(8) [Service] Type=dbus BusName=org.bluez -ExecStart=@libexecdir@/bluetoothd +ExecStart=@libexecdir@/bluetooth/bluetoothd NotifyAccess=main #WatchdogSec=10 #Restart=on-failure -- 2.47.3