diff options
-rw-r--r-- | package/avahi/avahi.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/avahi/avahi.mk b/package/avahi/avahi.mk index 8bda6d3aa..db00fb58f 100644 --- a/package/avahi/avahi.mk +++ b/package/avahi/avahi.mk @@ -171,6 +171,7 @@ $(TARGET_DIR)/usr/sbin/avahi-daemon: $(AVAHI_DIR)/.installed ifeq ($(strip $(BR2_PACKAGE_DBUS)),y) cp -dpf $(STAGING_DIR)/usr/bin/avahi-* $(TARGET_DIR)/usr/bin $(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/bin/avahi-* + mkdir -p $(TARGET_DIR)/etc/dbus-1/system.d/ cp -r $(STAGING_DIR)/etc/dbus-1/system.d/avahi-* \ $(TARGET_DIR)/etc/dbus-1/system.d/ endif |