summaryrefslogtreecommitdiff
path: root/bluez.morph
diff options
context:
space:
mode:
Diffstat (limited to 'bluez.morph')
-rw-r--r--bluez.morph5
1 files changed, 5 insertions, 0 deletions
diff --git a/bluez.morph b/bluez.morph
index 4c2fa2edc..1a5978aa8 100644
--- a/bluez.morph
+++ b/bluez.morph
@@ -6,5 +6,10 @@
"configure-commands": [
"autoreconf -ivf",
"./configure --prefix=\"$PREFIX\" --enable-tools --enable-test --sysconfdir=/etc --localstatedir=/var --libexecdir=/lib"
+ ],
+ "install-commands": [
+ "make install",
+ "mkdir -p /etc/systemd/systsem/bluetooth.target.wants",
+ "ln -s /lib/systemd/system/bluetooth.service /etc/systemd/system/bluetooth.target.wants/bluetooth.service"
]
}