Diff between 3eba64ba2c856347fe311d8c547914f225c497b6 and 7665fb5d943c3910465123fc7b08922e44adb7a2
Changed Files
| File | Additions | Deletions | Status |
| Makefile.am | +5 | -0 | modified |
Full Patch
diff --git a/Makefile.am b/Makefile.am
index d948398..ed4f9dc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -422,7 +422,12 @@ include Makefile.obexd
include android/Makefile.am
include Makefile.mesh
+if SYSTEMD
+install-data-hook: obexd-add-service-symlink
+else
install-data-hook: bluetoothd-fix-permissions obexd-add-service-symlink
+endif
+
uninstall-hook: obexd-remove-service-symlink
if HID2HCI