diff --git a/package/avahi/avahi.mk b/package/avahi/avahi.mk index 3508002bb5..cafb2db968 100644 --- a/package/avahi/avahi.mk +++ b/package/avahi/avahi.mk @@ -164,19 +164,18 @@ endif ifeq ($(BR2_PACKAGE_AVAHI_DAEMON),y) define AVAHI_INSTALL_INIT_SYSTEMD - mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants + mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants - ln -fs /lib/systemd/system/avahi-daemon.service \ - $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/avahi-daemon.service + ln -fs /lib/systemd/system/avahi-daemon.service \ + $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/avahi-daemon.service - ln -fs /lib/systemd/system/avahi-dnsconfd.service \ - $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/avahi-dnsconfd.service + ln -fs /lib/systemd/system/avahi-dnsconfd.service \ + $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/avahi-dnsconfd.service - mkdir -p $(TARGET_DIR)/usr/lib/tmpfiles.d - - $(INSTALL) -D -m 644 package/avahi/avahi_tmpfiles.conf \ - $(TARGET_DIR)/usr/lib/tmpfiles.d/avahi.conf + mkdir -p $(TARGET_DIR)/usr/lib/tmpfiles.d + $(INSTALL) -D -m 644 package/avahi/avahi_tmpfiles.conf \ + $(TARGET_DIR)/usr/lib/tmpfiles.d/avahi.conf endef define AVAHI_INSTALL_INIT_SYSV