summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Brewer <ben.brewer@codethink.co.uk>2012-10-31 11:10:23 +0000
committerBen Brewer <ben.brewer@codethink.co.uk>2012-10-31 11:10:23 +0000
commitc1a1cbadf88c4533cbd2f287fbdee6c3a3c0e9ff (patch)
treea29708f74818cbdd7cb25e88f14ee827450c88c8
parent3164d666d9618674fd90fff9ed82c4b7b9b66143 (diff)
downloadbluez-c1a1cbadf88c4533cbd2f287fbdee6c3a3c0e9ff.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\""
]
}