build: Use @libexecdir@/bluetooth path for daemons

This commit is contained in:
Marcel Holtmann 2012-12-11 21:46:00 +01:00
parent e57efd6fbb
commit df13abbc7f
2 changed files with 5 additions and 3 deletions

View File

@ -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 =

View File

@ -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