mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-06 18:07:43 +00:00
avahi: make sure /etc/dbus-1/system.d exists in target dir
This commit is contained in:
parent
6b8ffd5024
commit
1b6ffcb7ed
@ -171,6 +171,7 @@ $(TARGET_DIR)/usr/sbin/avahi-daemon: $(AVAHI_DIR)/.installed
|
|||||||
ifeq ($(strip $(BR2_PACKAGE_DBUS)),y)
|
ifeq ($(strip $(BR2_PACKAGE_DBUS)),y)
|
||||||
cp -dpf $(STAGING_DIR)/usr/bin/avahi-* $(TARGET_DIR)/usr/bin
|
cp -dpf $(STAGING_DIR)/usr/bin/avahi-* $(TARGET_DIR)/usr/bin
|
||||||
$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/bin/avahi-*
|
$(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-* \
|
cp -r $(STAGING_DIR)/etc/dbus-1/system.d/avahi-* \
|
||||||
$(TARGET_DIR)/etc/dbus-1/system.d/
|
$(TARGET_DIR)/etc/dbus-1/system.d/
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user