diff options
Diffstat (limited to 'recipes-core/dbus')
-rw-r--r-- | recipes-core/dbus/dbus_agldemo.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/dbus/dbus_agldemo.inc b/recipes-core/dbus/dbus_agldemo.inc index 193db5df8..826584c05 100644 --- a/recipes-core/dbus/dbus_agldemo.inc +++ b/recipes-core/dbus/dbus_agldemo.inc @@ -16,7 +16,7 @@ do_install:append() { # Execute these manually on behalf of systemctl script (from systemd-systemctl-native.bb) # because it does not support systemd's user mode. - mkdir -p ${D}${sysconfdir}/systemd/user/default.target.wants/ + install -d ${D}${sysconfdir}/systemd/user/default.target.wants/ ln -sf ${systemd_user_unitdir}/dbus.socket ${D}${sysconfdir}/systemd/user/default.target.wants/dbus.socket fi fi |