Skip to content

Commit

Permalink
package/ssdp-responder: fix misspelled define directive
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
  • Loading branch information
troglobit authored and yann-morin-1998 committed Jan 23, 2023
1 parent e6789e8 commit 6e0ba6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/ssdp-responder/ssdp-responder.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ define SSDP_RESPONDER_INSTALL_INIT_SYSV
$(TARGET_DIR)/etc/init.d/S50ssdpd
endef

define SSDP-RESPONDER_INSTALL_INIT_SYSTEMD
define SSDP_RESPONDER_INSTALL_INIT_SYSTEMD
$(INSTALL) -D -m 644 $(@D)/ssdp-responder.service \
$(TARGET_DIR)/usr/lib/systemd/system/ssdp-responder.service
endef
Expand Down

0 comments on commit 6e0ba6b

Please sign in to comment.