aboutsummaryrefslogtreecommitdiffstats
path: root/packages/hotplug-qcop/hotplug-qcop_cvs.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/hotplug-qcop/hotplug-qcop_cvs.bb')
-rw-r--r--packages/hotplug-qcop/hotplug-qcop_cvs.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/hotplug-qcop/hotplug-qcop_cvs.bb b/packages/hotplug-qcop/hotplug-qcop_cvs.bb
index f8692f352f..5c0d238453 100644
--- a/packages/hotplug-qcop/hotplug-qcop_cvs.bb
+++ b/packages/hotplug-qcop/hotplug-qcop_cvs.bb
@@ -14,7 +14,7 @@ sbindir="/sbin"
do_install() {
install -d ${D}${sbindir}
install -m 0755 hotplug-qcop ${D}${sbindir}
-
+
install -d ${D}${sysconfdir}/hotplug.d/default/
ln -sf /sbin/hotplug-qcop ${D}${sysconfdir}/hotplug.d/default/11-qcop.hotplug
}