summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bluez.morph4
1 files changed, 2 insertions, 2 deletions
diff --git a/bluez.morph b/bluez.morph
index 1a5978aa8..6bd992366 100644
--- a/bluez.morph
+++ b/bluez.morph
@@ -9,7 +9,7 @@
],
"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"
+ "mkdir -p \"$DESTDIR/etc/systemd/systsem/bluetooth.target.wants\"",
+ "ln -s /lib/systemd/system/bluetooth.service \"$DESTDIR/etc/systemd/system/bluetooth.target.wants/bluetooth.service\""
]
}