diff options
Diffstat (limited to 'user/bluez/bluez-5.40-obexd_without_systemd-1.patch')
-rw-r--r-- | user/bluez/bluez-5.40-obexd_without_systemd-1.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user/bluez/bluez-5.40-obexd_without_systemd-1.patch b/user/bluez/bluez-5.40-obexd_without_systemd-1.patch index 749787c5b..17433fccd 100644 --- a/user/bluez/bluez-5.40-obexd_without_systemd-1.patch +++ b/user/bluez/bluez-5.40-obexd_without_systemd-1.patch @@ -20,13 +20,13 @@ diff --git a/Makefile.obexd b/Makefile.obexd index 3760867..142e7c3 100644 --- a/Makefile.obexd +++ b/Makefile.obexd -@@ -2,12 +2,12 @@ +@@ -1,12 +1,12 @@ if SYSTEMD - systemduserunitdir = @SYSTEMD_USERUNITDIR@ + systemduserunitdir = $(SYSTEMD_USERUNITDIR) systemduserunit_DATA = obexd/src/obex.service +endif - dbussessionbusdir = @DBUS_SESSIONBUSDIR@ + dbussessionbusdir = $(DBUS_SESSIONBUSDIR) dbussessionbus_DATA = obexd/src/org.bluez.obex.service -endif |