summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Brewer <ben.brewer@codethink.co.uk>2012-10-31 11:10:23 +0000
committerPete Fotheringham <pete.fotheringham@codethink.co.uk>2012-12-13 11:02:27 +0000
commit3655a1ebe3accbdeb291b1b96477e835e0a02258 (patch)
tree1e5ee8d7d9c3f5c64cde201f4c6520d3cfa4833b
parentfc1d052f7c643c20407474fd7e4e101f46c46842 (diff)
downloadbluez-3655a1ebe3accbdeb291b1b96477e835e0a02258.tar.gz
Fix path error in morph
-rw-r--r--bluez.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/bluez.morph b/bluez.morph
index 6bd992366..5ade37582 100644
--- a/bluez.morph
+++ b/bluez.morph
@@ -9,7 +9,7 @@
],
"install-commands": [
"make install",
- "mkdir -p \"$DESTDIR/etc/systemd/systsem/bluetooth.target.wants\"",
+ "mkdir -p \"$DESTDIR/etc/systemd/system/bluetooth.target.wants\"",
"ln -s /lib/systemd/system/bluetooth.service \"$DESTDIR/etc/systemd/system/bluetooth.target.wants/bluetooth.service\""
]
}