summaryrefslogtreecommitdiff
path: root/packages/system/dbus
diff options
context:
space:
mode:
Diffstat (limited to 'packages/system/dbus')
-rw-r--r--packages/system/dbus/dbus.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/system/dbus/dbus.mk b/packages/system/dbus/dbus.mk
index 32b37be..92ec7f5 100644
--- a/packages/system/dbus/dbus.mk
+++ b/packages/system/dbus/dbus.mk
@@ -45,5 +45,5 @@ DBUS_CONFIGURE_OPTS := --enable-abstract-sockets --with-xml=libxml \
define embtk_postinstall_dbus
$(Q)-mkdir -p $(ROOTFS)/usr/libexec
- $(Q)-cp -R $(SYSROOT)/usr/libexec/dbus* $(ROOTFS)/usr/libexec/
+ $(Q)-cp -R $(embtk_sysroot)/usr/libexec/dbus* $(ROOTFS)/usr/libexec/
endef