From 3e741cd55e069ee6134d8b8e064c7c7a791dbf71 Mon Sep 17 00:00:00 2001 From: Kamil ATLI Date: Tue, 6 Aug 2024 17:31:19 +0300 Subject: [PATCH] bluez --- hardware/bluetooth/bluez/actions.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hardware/bluetooth/bluez/actions.py b/hardware/bluetooth/bluez/actions.py index 980b71a962..4c4cbb25ee 100644 --- a/hardware/bluetooth/bluez/actions.py +++ b/hardware/bluetooth/bluez/actions.py @@ -12,8 +12,7 @@ from pisi.actionsapi import get def setup(): # pisitools.dosed("configure.ac", "rst2man", "rst2man_3") #shelltools.system("sed -i -e '/SystemdService/d' obexd/src/org.bluez.obex.service.in") - # pisitools.dosed("obexd/src/org.bluez.obex.service.in", "SystemdService", deleteLine=True) - # pisitools.dosed("obexd/src/dbus-org.bluez.service.in", "SystemdService", deleteLine=True) + pisitools.dosed("obexd/src/org.bluez.obex.service.in", "SystemdService", deleteLine=True) autotools.autoreconf("-fiv") autotools.configure("--localstatedir=/var \ --enable-sixaxis \